mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-12-23 06:29:53 +00:00
12 lines
189 B
YAML
12 lines
189 B
YAML
|
- hosts: localhost
|
||
|
vars:
|
||
|
# Theme options: monokai, gruvbox, nord
|
||
|
theme: gruvbox
|
||
|
roles:
|
||
|
- base
|
||
|
- fonts
|
||
|
- tmux_user
|
||
|
- vim_user
|
||
|
- alacritty_user
|
||
|
- lsd_user
|