oh-my-zsh/vars/main.yml

11 lines
430 B
YAML

---
update_package_cache: yes
oh_my_zsh_repo: "https://github.com/ohmyzsh/ohmyzsh.git"
oh_my_zsh_install_folder: "/usr/share/oh-my-zsh"
template_powerlevel10k_repo: "https://github.com/romkatv/powerlevel10k.git"
zsh-template: powerlevel10k
plugins_zsh:
zsh-syntax-highlighting:
git: "https://github.com/zsh-users/zsh-syntax-highlighting.git"
zsh-autosuggestions:
git: "https://github.com/zsh-users/zsh-autosuggestions"