update zsh
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
source ~/.zinit/bin/zinit.zsh
|
||||
|
||||
# theme
|
||||
zinit ice wait
|
||||
zinit light "tinyRatP/ys"
|
||||
|
||||
zinit light zsh-users/zsh-completions
|
||||
zinit light zsh-users/zsh-autosuggestions
|
||||
zinit light zdharma-continuum/fast-syntax-highlighting
|
||||
zinit light zsh-users/zsh-completions
|
||||
zinit light mattbangert/kubectl-zsh-plugin
|
||||
|
||||
# OhMyZSH Plugs
|
||||
zinit snippet OMZ::lib/completion.zsh
|
||||
zinit snippet OMZ::lib/git.zsh
|
||||
zinit snippet OMZ::lib/theme-and-appearance.zsh
|
||||
zinit snippet OMZP::tmux
|
||||
zinit ice as="completion"
|
||||
zinit snippet OMZ::plugins/docker/_docker
|
||||
zinit snippet OMZP::composer
|
||||
zinit snippet OMZ::plugins/sudo/sudo.plugin.zsh
|
||||
zinit ice lucid wait='1'
|
||||
zinit snippet OMZ::plugins/git/git.plugin.zsh
|
||||
|
||||
# Load OMZ extract folder
|
||||
zinit ice svn
|
||||
zinit snippet OMZ::plugins/extract
|
||||
|
||||
# auto load other zshfiles
|
||||
[ -f "$HOME/.zsh/zsh.sh" ] && source "$HOME/.zsh/zsh.sh"
|
||||
|
||||
[ -f "$HOME/.zprofile" ] && source "$HOME/.zprofile"
|
||||
|
||||
# vim: set ft=zsh:
|
||||
Reference in New Issue
Block a user