An Ansible role to install oh-my-zsh.
None.
-
zsh_custom_dir: ~/.oh-my-zsh/custom
- This variable is used in other roles which depend on this role.
-
oh_my_zsh_theme: hnakamur
- The theme
None.
- hosts: servers
roles:
- { role: hnakamur.oh-my-zsh, oh_my_zsh_theme: cloud }
MIT