10 lines
402 B
YAML
10 lines
402 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"
|
||
|
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"
|