2021-12-27 15:02:42 +00:00
|
|
|
# install zinit
|
|
|
|
# git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin
|
2021-12-27 15:01:23 +00:00
|
|
|
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:
|