ansible-collection-base/roles/zsh/defaults/main.yml

21 lines
415 B
YAML
Raw Normal View History

2021-09-04 07:30:36 +00:00
---
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: ""