mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-16 20:35:25 +00:00
15 lines
325 B
YAML
15 lines
325 B
YAML
- hosts: localhost
|
|
name: Workstation Playbook
|
|
vars:
|
|
# Theme options: monokai, gruvbox, nord, tomorrow-night
|
|
theme: tomorrow-night
|
|
# The running user
|
|
running_user: "{{ ansible_user_id }}"
|
|
roles:
|
|
- base
|
|
- fonts
|
|
- tmux_user
|
|
- vim_user
|
|
- alacritty_user
|
|
- ncspot_user
|
|
- flatpaks
|