Files
dotfiles/distro/arch/setup.sh
Declan Teevan 5bde3cac63 feat: stage default configurations
Barebones default configurations (pending publication of my 'rice').

Has some basic layout tweaks from the default `hyprland` config
+ some integration of `swaync` into `waybar`.
2026-02-07 22:25:39 +00:00

28 lines
407 B
Bash

#!/bin/bash
#
# Packages
#
# Install with/without SELinux setup with Arch?
# Suggest using AppArmor + Firejail for others.
# harderned kernel setups?
ARCH_APPS = (
base-devel
git
)
AUR_APPS = (
brave # disable safe browsing (sends URLS for checking against single API)
firefox
)
# if [[ $HOSTTYPE == "server" ]]; then STANDARD_PKGS+=(tmux) else AUR_PKGS+=(spotify) fi
#
# Install Scripts
#