mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 10:11:15 +00:00
Some base entries for some files. Add additional stubs for some config entries.
27 lines
372 B
Bash
27 lines
372 B
Bash
#!/bin/bash
|
|
|
|
#
|
|
# Packages
|
|
#
|
|
|
|
# Not using an SELinux setup with Arch.
|
|
# Suggest using AppArmor + Firejail for others.
|
|
|
|
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
|
|
#
|
|
|