This commit is contained in:
parent
0873ebddc0
commit
258958cbd2
@ -1,4 +1,5 @@
|
||||
---
|
||||
{% if not salt.file.file_exists("/usr/share/oh-my-zsh") %}
|
||||
zsh-omz-repo:
|
||||
git.latest:
|
||||
- name: https://github.com/robbyrussell/oh-my-zsh.git
|
||||
@ -6,7 +7,9 @@ zsh-omz-repo:
|
||||
- branch: master
|
||||
- require:
|
||||
- pkg: zsh-pkg
|
||||
{% endif %}
|
||||
|
||||
{% if not salt.file.file_exists("/usr/share/oh-my-zsh/plugins/zsh-autosuggestions") %}
|
||||
zsh-autosuggestions-repo:
|
||||
git.latest:
|
||||
- name: https://github.com/zsh-users/zsh-autosuggestions.git
|
||||
@ -14,6 +17,7 @@ zsh-autosuggestions-repo:
|
||||
- branch: master
|
||||
- require:
|
||||
- pkg: zsh-pkg
|
||||
{% endif %}
|
||||
|
||||
zsh-omz-env:
|
||||
file.managed:
|
||||
|
Loading…
Reference in New Issue
Block a user