linux-config/playbooks/workstation.yml
Sagi Dayan 02c7409957
Switched vim with neovim. and updated:
- shell functions
 - vim plugins
 - ansible tweaks
 - added alias `vim=nvim`
 - Updated theme to gruvbox
2022-06-01 15:10:58 +03:00

16 lines
318 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 }}"
roles:
- base
- fonts
- tmux_user
- vim_user
- alacritty_user
- ncspot_user
- flatpaks