first commit
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
export ZSH_TMUX_AUTOSTART=true
|
||||
export ZSH_TMUX_AUTOSTART_ONCE=true
|
||||
export ZSH_TMUX_AUTOCONNECT=true
|
||||
# install zinit
|
||||
# git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin
|
||||
source ~/.zinit/bin/zinit.zsh
|
||||
|
||||
zinit light zsh-users/zsh-completions
|
||||
zinit light zsh-users/zsh-autosuggestions
|
||||
zinit light mattbangert/kubectl-zsh-plugin
|
||||
|
||||
zinit light zdharma-continuum/fast-syntax-highlighting
|
||||
|
||||
zinit light zsh-users/zsh-history-substring-search
|
||||
|
||||
# OhMyZSH Plugs
|
||||
zinit snippet OMZ::lib/completion.zsh
|
||||
zinit snippet OMZ::lib/git.zsh
|
||||
zinit snippet OMZ::lib/theme-and-appearance.zsh
|
||||
zinit ice as="completion"
|
||||
zinit snippet OMZ::plugins/docker/_docker
|
||||
zinit snippet OMZP::composer
|
||||
zinit snippet OMZP::aws
|
||||
zinit snippet OMZ::plugins/sudo/sudo.plugin.zsh
|
||||
zinit snippet OMZP::kubectl
|
||||
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
|
||||
zinit ice svn
|
||||
zinit snippet OMZ::plugins/tmux
|
||||
|
||||
# theme
|
||||
zinit light "otakukaze/zsh-ys-theme"
|
||||
|
||||
# auto load other zshfiles
|
||||
[ -f "$HOME/.zsh/zsh.sh" ] && source "$HOME/.zsh/zsh.sh"
|
||||
|
||||
[ -f "$HOME/.zprofile" ] && source "$HOME/.zprofile"
|
||||
|
||||
# vim: set ft=zsh:
|
||||
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
export PATH="/usr/local/opt/openjdk/bin:$PATH"
|
||||
Reference in New Issue
Block a user