mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 10:11:15 +00:00
feat(distro): extend arch pkg stubs
Will add install wrappers to script at some point - when not between other things.
This commit is contained in:
@@ -35,10 +35,21 @@ AUR_APPS = (
|
||||
# insomnia
|
||||
)
|
||||
|
||||
ARCH_DEV_APPS = (
|
||||
rustup
|
||||
go
|
||||
|
||||
llvm
|
||||
gcc
|
||||
)
|
||||
|
||||
# Security Apps
|
||||
# TODO: config for selinux setups
|
||||
ARCH_SECURITY_APPS = (
|
||||
apparmor
|
||||
firejail
|
||||
|
||||
fwupd
|
||||
)
|
||||
|
||||
ARCH_SECURITY_AUR_APPS = (
|
||||
@@ -46,6 +57,21 @@ ARCH_SECURITY_AUR_APPS = (
|
||||
# apparmor.d
|
||||
)
|
||||
|
||||
ARCH_NETWORKING = (
|
||||
networkmanager
|
||||
iwd
|
||||
|
||||
# ca-certificates
|
||||
ca-certificates-mozilla
|
||||
|
||||
openssl
|
||||
libressl
|
||||
|
||||
ufw
|
||||
firewalld
|
||||
opensnitch
|
||||
)
|
||||
|
||||
# TODO: customise install level within script
|
||||
# select custom 'packages' / 'apps' (minimal dots, core apps/cfgs only, etc)
|
||||
ARCH_HYPR_APPS = (
|
||||
|
||||
Reference in New Issue
Block a user