first commit

This commit is contained in:
me
2022-05-02 10:33:16 +02:00
parent ab38717f62
commit 854ec1c33a
10 changed files with 1876 additions and 0 deletions

10
vars/main.yml Normal file
View 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"