updated zsh state
This commit is contained in:
parent
76fc5d9bc2
commit
1345f877eb
@ -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
|
||||
|
||||
@ -15,4 +24,4 @@ zsh-omz-profile:
|
||||
- mode: 0644
|
||||
- template: jinja
|
||||
- require:
|
||||
- pkg: zsh-pkg
|
||||
- pkg: zsh-pkg
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user