ansible-collection-base/roles/zsh/defaults/main.yml
2021-09-04 10:14:38 +02:00

21 lines
415 B
YAML

---
antigen_repo: https://github.com/zsh-users/antigen.git
antigen_version: v2.2.3
antigen_path: /opt/antigen
antigen_plugins:
- zsh-users/zsh-syntax-highlighting
- zsh-users/zsh-autosuggestions
- zsh-users/zsh-completions
antigen_theme: gnzh
zsh_users:
- name: root
home_path: /root
plugins: "{{ antigen_plugins }}"
theme: "{{ antigen_theme }}"
zshrc_extra: "{{ zsh_zshrc_extra }}"
zsh_zshrc_extra: ""