updated zsh state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-03-15 13:16:09 +01:00
parent 0873ebddc0
commit 258958cbd2

View File

@ -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: