arch-install/group_vars/all.yml

37 lines
545 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 20:09:49 +00:00
- 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