system/defaults/main.yml
2020-04-09 13:16:01 +02:00

78 lines
1.1 KiB
YAML

user:
name: user
arch_base_locale: fr_FR.UTF-8
arch_base_keymap: fr
arch_base_timezone: Europe/Paris
arch_base_locales: [
"fr_FR.UTF-8",
"en_US.UTF-8"
]
time:
hwclock: UTC
timezone: Europe/Paris
system_base_softwares_arch:
- 'zsh'
- 'stow'
- 'wol'
- 'nmap'
- 'bind-tools'
- 'rsync'
- 'awesome-terminal-fonts'
- 'wget'
- 'bat'
- 'diff-so-fancy'
- 'git'
- 'htop'
- 'thefuck'
- 'tldr'
- 'ntfs-3g'
- 'python-lxml'
- 'tmux'
- 'vim'
- 'zsh-theme-powerlevel9k'
- 'python-pip'
- 'pacman-contrib'
- 'yarn'
- 'npm'
- 'nethogs'
- 'iftop'
- 'zip'
- 'unzip'
- 'unrar'
- 'git-lfs'
- 'httpie'
system_base_softwares_debian:
- 'zsh'
- 'stow'
- 'wakeonlan'
- 'nmap'
- 'dnsutils'
- 'rsync'
#- 'awesome-terminal-fonts'
- 'wget'
#- 'bat'
#- 'diff-so-fancy'
- 'git'
- 'htop'
- 'thefuck'
- 'tldr'
- 'ntfs-3g'
- 'python-lxml'
- 'tmux'
- 'vim'
- 'zsh-theme-powerlevel9k'
- 'python-pip'
- 'yarn'
- 'npm'
- 'nethogs'
- 'iftop'
- 'zip'
- 'unzip'
- 'unrar'
- 'git-lfs'
- 'httpie'
system_upgrade: false
keystodeploy: []