2022-01-05 13:03:01 +00:00
|
|
|
---
|
|
|
|
# defaults file for core
|
|
|
|
|
|
|
|
pacman_base:
|
|
|
|
- vim
|
|
|
|
- tmux
|
|
|
|
- git
|
|
|
|
- gnupg
|
|
|
|
- zsh
|
|
|
|
- zsh-completions
|
|
|
|
- sudo
|
|
|
|
|
|
|
|
pacman_admin:
|
|
|
|
- pacman-contrib
|
|
|
|
- wget
|
|
|
|
- cronie
|
|
|
|
- ruby
|
|
|
|
- openssh
|
|
|
|
- sshfs
|
|
|
|
- htop
|
|
|
|
- iotop
|
|
|
|
- glances
|
|
|
|
- nmap
|
|
|
|
- sshpass
|
|
|
|
- rsync
|
|
|
|
- bind-tools
|
|
|
|
- unzip
|
|
|
|
- ntfs-3g
|
|
|
|
- cifs-utils
|
|
|
|
- traceroute
|
|
|
|
- smartmontools
|
2022-01-12 13:53:35 +00:00
|
|
|
- vifm
|
2022-01-17 20:35:49 +00:00
|
|
|
- w3m
|
2022-01-05 13:03:01 +00:00
|
|
|
|
|
|
|
pacman_pkgs:
|
|
|
|
- "{{ pacman_base }}"
|
|
|
|
- "{{ pacman_admin }}"
|
2022-05-21 19:35:30 +00:00
|
|
|
|
|
|
|
|
|
|
|
debian_base:
|
|
|
|
- vim
|
|
|
|
- tmux
|
|
|
|
- git
|
|
|
|
- gnupg
|
|
|
|
- zsh
|
|
|
|
- sudo
|
|
|
|
|
|
|
|
debian_admin:
|
|
|
|
- wget
|
|
|
|
- ruby
|
|
|
|
- htop
|
|
|
|
- iotop
|
|
|
|
- nmap
|
|
|
|
- sshpass
|
|
|
|
- rsync
|
|
|
|
- unzip
|
|
|
|
- cifs-utils
|
|
|
|
- traceroute
|
|
|
|
- smartmontools
|
|
|
|
- vifm
|
|
|
|
- w3m
|
|
|
|
|
|
|
|
debian_pkgs:
|
|
|
|
- "{{ debian_base }}"
|
|
|
|
- "{{ debian_admin }}"
|