arch-install/group_vars/all.yml
2024-06-06 22:09:49 +02:00

37 lines
545 B
YAML

user:
name: ariejan
password: $1$$$CW5QNaFq/vWd019fB9a/H.
full_name: "Ariejan de Vroom"
primary_group: users
additional_groups: docker,wheel
shell: /bin/zsh
country: Netherlands
pacman:
parallel_downloads: 10
aur_helper: yay
# Packages, installed from Arch repositories with pacman
packages:
- curl
- docker
- docker-compose
- e2fsprogs
- fzf
- git
- gnupg
- htop
- linux-firmware
- man
- man-db
- man-pages
- networkmanager
- rsync
- screen
- sudo
- tree
- unzip
- wget
- zip
- zsh