42 lines
508 B
Plaintext
42 lines
508 B
Plaintext
# User Variables
|
|
# Comment to disable
|
|
|
|
username=ange
|
|
user_passwd=ange
|
|
root_passwd=root
|
|
|
|
default_shell=/bin/zsh
|
|
|
|
hostname="$username-pc"
|
|
|
|
tz='Europe/Paris'
|
|
locales=(
|
|
'en_US'
|
|
)
|
|
lang="${locales[0]}"
|
|
|
|
pkg=(
|
|
base-devel
|
|
efibootmgr
|
|
fuse
|
|
fzf
|
|
git
|
|
htop
|
|
man-{db,pages}
|
|
neofetch
|
|
neovim
|
|
networkmanager
|
|
podman{,-docker} docker-compose
|
|
ranger
|
|
reflector
|
|
terminus-font awesome-terminal-fonts
|
|
tree
|
|
udisks2
|
|
xdg-user-dirs
|
|
zsh
|
|
)
|
|
|
|
laptop_pkg=(
|
|
tlp
|
|
)
|