arch-install/group_vars/all.yml

32 lines
483 B
YAML
Raw Normal View History

2024-06-06 17:11:39 +00:00
user:
name: ariejan
2024-06-06 19:49:55 +00:00
password: $1$$$CW5QNaFq/vWd019fB9a/H.
2024-06-06 17:11:39 +00:00
full_name: "Ariejan de Vroom"
primary_group: users
additional_groups: docker,wheel
shell: /bin/zsh
2024-06-06 17:16:43 +00:00
country: Netherlands
2024-06-06 17:11:39 +00:00
pacman:
parallel_downloads: 10
aur_helper: yay
2024-06-06 19:49:55 +00:00
2024-06-06 19:54:13 +00:00
# Packages, installed from Arch repositories with pacman
2024-06-06 19:49:55 +00:00
packages:
2024-06-06 19:54:13 +00:00
- curl
- fzf
- htop
- linux-firmware
- man
- man-db
- man-pages
- networkmanager
- rsync
- screen
- tree
- unzip
- wget
- zip
- zsh
2024-06-06 19:49:55 +00:00
- sudo