10 lines
295 B
YAML
10 lines
295 B
YAML
zsh_plugins_dir: "{{ home_dir }}/.zsh/plugins"
|
|
|
|
zsh_plugins:
|
|
- name: zsh_autosuggestions
|
|
repo: https://github.com/zsh-users/zsh-autosuggestions.git
|
|
version: v0.7.1
|
|
- name: zsh-syntax-highlighting
|
|
repo: https://github.com/zsh-users/zsh-syntax-highlighting.git
|
|
version: 0.8.0
|