mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-10-31 21:15:25 +00:00
17 lines
409 B
YAML
17 lines
409 B
YAML
- hosts: localhost
|
|
name: Workstation Playbook
|
|
vars:
|
|
# Theme options: monokai, gruvbox, nord, tomorrow-night
|
|
theme: gruvbox
|
|
# The running user
|
|
running_user: "{{ ansible_user_id }}"
|
|
# for nvim - workstation should install extentions
|
|
nvim_extention_treesitter: true
|
|
roles:
|
|
- base
|
|
- fonts
|
|
- tmux_user
|
|
- vim_user
|
|
- alacritty_user
|
|
- ncspot_user
|
|
- flatpaks
|