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
|
# insomnia
|
||||||
)
|
)
|
||||||
|
|
||||||
|
ARCH_DEV_APPS = (
|
||||||
|
rustup
|
||||||
|
go
|
||||||
|
|
||||||
|
llvm
|
||||||
|
gcc
|
||||||
|
)
|
||||||
|
|
||||||
# Security Apps
|
# Security Apps
|
||||||
|
# TODO: config for selinux setups
|
||||||
ARCH_SECURITY_APPS = (
|
ARCH_SECURITY_APPS = (
|
||||||
apparmor
|
apparmor
|
||||||
firejail
|
firejail
|
||||||
|
|
||||||
|
fwupd
|
||||||
)
|
)
|
||||||
|
|
||||||
ARCH_SECURITY_AUR_APPS = (
|
ARCH_SECURITY_AUR_APPS = (
|
||||||
@@ -46,6 +57,21 @@ ARCH_SECURITY_AUR_APPS = (
|
|||||||
# apparmor.d
|
# apparmor.d
|
||||||
)
|
)
|
||||||
|
|
||||||
|
ARCH_NETWORKING = (
|
||||||
|
networkmanager
|
||||||
|
iwd
|
||||||
|
|
||||||
|
# ca-certificates
|
||||||
|
ca-certificates-mozilla
|
||||||
|
|
||||||
|
openssl
|
||||||
|
libressl
|
||||||
|
|
||||||
|
ufw
|
||||||
|
firewalld
|
||||||
|
opensnitch
|
||||||
|
)
|
||||||
|
|
||||||
# TODO: customise install level within script
|
# TODO: customise install level within script
|
||||||
# select custom 'packages' / 'apps' (minimal dots, core apps/cfgs only, etc)
|
# select custom 'packages' / 'apps' (minimal dots, core apps/cfgs only, etc)
|
||||||
ARCH_HYPR_APPS = (
|
ARCH_HYPR_APPS = (
|
||||||
|
|||||||
Reference in New Issue
Block a user