feat: extend dotfiles layout

Some base entries for some files.
Add additional stubs for some config entries.
This commit is contained in:
2026-02-07 22:12:01 +00:00
parent 700dc469c4
commit 016936525e
26 changed files with 66 additions and 8 deletions

View File

@@ -1,10 +1,26 @@
#/bin/zsh
#!/bin/bash
# Install / bootstrap script
ARCH_APPS = [
#
# Packages
#
]
# Not using an SELinux setup with Arch.
# Suggest using AppArmor + Firejail for others.
AUR_APPS = [
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
#
]