updated zsh state

This commit is contained in:
Paul 2020-09-24 00:34:19 +02:00
parent 76fc5d9bc2
commit 1345f877eb
2 changed files with 12 additions and 2 deletions

View File

@ -3,6 +3,15 @@ zsh-omz-repo:
git.latest:
- name: https://github.com/robbyrussell/oh-my-zsh.git
- target: /usr/share/oh-my-zsh
- branch: master
- require:
- pkg: zsh-pkg
zsh-autosuggestions-repo:
git.latest:
- name: https://github.com/zsh-users/zsh-autosuggestions.git
- target: /usr/share/oh-my-zsh/plugins/zsh-autosuggestions
- branch: master
- require:
- pkg: zsh-pkg

View File

@ -19,7 +19,8 @@ export PATH=$PATH:$HOME/.cargo/bin
export ZSH=/usr/share/oh-my-zsh
ZSH_THEME="jreese"
DISABLE_AUTO_UPDATE="true"
plugins=(common-aliases sudo docker salt git)
plugins=(common-aliases sudo docker salt git ansible command-not-found tmux systemd python golang nmap zsh-autosuggestions)
#plugins=(common-aliases sudo docker salt git ansible command-not-found virtualenvwrapper tmux systemd python golang nmap)
if [[ -f $ZSH/oh-my-zsh.sh ]]
then