This commit is contained in:
jay
2022-10-23 21:32:02 +08:00
parent 99172a5da5
commit 44ee4cca95
7 changed files with 36 additions and 9 deletions
+5 -1
View File
@@ -1,7 +1,8 @@
{{#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
@@ -30,8 +31,10 @@ 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"
@@ -45,3 +48,4 @@ zinit light "tinyRatP/ys"
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
export PATH="/usr/local/opt/openjdk/bin:$PATH"