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