52 lines
1.3 KiB
Plaintext
52 lines
1.3 KiB
Plaintext
{{#if enableTmux}}
|
|
export ZSH_TMUX_AUTOSTART=true
|
|
export ZSH_TMUX_AUTOSTART_ONCE=true
|
|
export ZSH_TMUX_AUTOCONNECT=true
|
|
{{/if}}
|
|
# 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
|
|
{{#if enableTmux}}
|
|
zinit ice svn
|
|
zinit snippet OMZ::plugins/tmux
|
|
{{/if}}
|
|
|
|
# theme
|
|
zinit light "tinyRatP/ys"
|
|
|
|
# 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"
|