57 lines
No EOL
1.1 KiB
YAML
57 lines
No EOL
1.1 KiB
YAML
### Playbook Configuration Variables
|
|
# You may modify the following variables to customize the playbook to your
|
|
# specific needs, however do not remove any variables, they are all required
|
|
# for the playbook to function.
|
|
|
|
## User info
|
|
username: matt
|
|
|
|
## Task Configuration
|
|
setup_zsh: False
|
|
|
|
## Dotfiles
|
|
## Please make sure to update
|
|
pull_dotfiles: True
|
|
|
|
dotfiles:
|
|
url: https://git.royfortin.ca/matthieu/stow_dotfiles
|
|
destination: .dotfiles
|
|
rcup_flags: -fx README.md
|
|
|
|
## Desktop
|
|
install_kde: True
|
|
|
|
## App Preferences
|
|
## ===========================
|
|
# Web Browser
|
|
# Value can be: vivaldi, firefox, brave, or chromium
|
|
browser: vivaldi
|
|
|
|
## When set to True, will install elinks and w3m
|
|
install_terminal_browsers: True
|
|
|
|
## Installs LibreOffice Fresh when True
|
|
install_office: True
|
|
|
|
## Spacevim? You know you need it
|
|
install_spacevim: True
|
|
## ===========================
|
|
|
|
## Console-based email client
|
|
install_aerc: True
|
|
|
|
## AUR vars
|
|
## ===========================
|
|
use_aur: True
|
|
|
|
aur:
|
|
dir: aur
|
|
packages:
|
|
- yay
|
|
- downgrade
|
|
- zplug
|
|
- miller
|
|
- myrepos
|
|
- ctmg
|
|
- spiped
|
|
## =========================== |