Merge branch 'theme-typo' into 'main'

Theme typo

See merge request sagidayan/linux-config!18
This commit is contained in:
Sagi Dayan 2022-06-06 05:16:34 +00:00
commit 2824e626fa
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
name: CLI tools Playbook name: CLI tools Playbook
vars: vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night # Theme options: monokai, gruvbox, nord, tomorrow-night
theme: gruxbox theme: gruvbox
# The running user # The running user
running_user: "{{ ansible_user_id }}" running_user: "{{ ansible_user_id }}"
roles: roles:

View file

@ -3,7 +3,7 @@
name: Self managed modern UNIX tools name: Self managed modern UNIX tools
vars: vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night # Theme options: monokai, gruvbox, nord, tomorrow-night
theme: tomorrow-night theme: gruvbox
# The running user # The running user
running_user: "{{ ansible_user_id }}" running_user: "{{ ansible_user_id }}"
roles: roles: