linux-config/playbooks/self-managed-unix-update.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

11 lines
271 B
YAML

- hosts: localhost
connection: local
name: Self managed modern UNIX tools
vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night
theme: tomorrow-night
# The running user
running_user: "{{ ansible_user_id }}"
roles:
- modern_unix_tools