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:
|
zsh-omz-repo:
|
||||||
git.latest:
|
git.latest:
|
||||||
- name: https://github.com/robbyrussell/oh-my-zsh.git
|
- name: https://github.com/robbyrussell/oh-my-zsh.git
|
||||||
@ -6,7 +7,9 @@ zsh-omz-repo:
|
|||||||
- branch: master
|
- branch: master
|
||||||
- require:
|
- require:
|
||||||
- pkg: zsh-pkg
|
- pkg: zsh-pkg
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if not salt.file.file_exists("/usr/share/oh-my-zsh/plugins/zsh-autosuggestions") %}
|
||||||
zsh-autosuggestions-repo:
|
zsh-autosuggestions-repo:
|
||||||
git.latest:
|
git.latest:
|
||||||
- name: https://github.com/zsh-users/zsh-autosuggestions.git
|
- name: https://github.com/zsh-users/zsh-autosuggestions.git
|
||||||
@ -14,6 +17,7 @@ zsh-autosuggestions-repo:
|
|||||||
- branch: master
|
- branch: master
|
||||||
- require:
|
- require:
|
||||||
- pkg: zsh-pkg
|
- pkg: zsh-pkg
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
zsh-omz-env:
|
zsh-omz-env:
|
||||||
file.managed:
|
file.managed:
|
||||||
|
Loading…
Reference in New Issue
Block a user