mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 17:50:35 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
11
roles/oh-my-zsh/defaults/main.yml
Normal file
11
roles/oh-my-zsh/defaults/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# Default theme
|
||||
oh_my_zsh_theme: robbyrussell
|
||||
|
||||
# Default plugins
|
||||
oh_my_zsh_plugins:
|
||||
- git
|
||||
|
||||
# Wether to install by default for all specified users.
|
||||
# May be overridden by `oh_my_zsh_install` under each user.
|
||||
oh_my_zsh_install: yes
|
||||
Reference in New Issue
Block a user