first commit
This commit is contained in:
10
vars/main.yml
Normal file
10
vars/main.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
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"
|
||||
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"
|
Reference in New Issue
Block a user