update zshrc and ideavimrc
This commit is contained in:
@ -35,6 +35,13 @@ ZSH_CUSTOM=${ZSH_CUSTOM:-~/.oh-my-zsh/custom}
|
||||
|
||||
# Install zsh-syntax-highlighting
|
||||
if [ ! -d "${ZSH_CUSTOM}/plugins/zsh-syntax-highlighting" ]; then
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
|
||||
git clone --depth 1 https://github.com/zsh-users/zsh-syntax-highlighting.git \
|
||||
${ZSH_CUSTOM}/plugins/zsh-syntax-highlighting
|
||||
fi
|
||||
|
||||
|
||||
# Install zsh-syntax-highlighting
|
||||
if [ ! -d "${ZSH_CUSTOM}/plugins/fzf-zsh-plugin" ]; then
|
||||
git clone --depth 1 https://github.com/unixorn/fzf-zsh-plugin.git \
|
||||
${ZSH_CUSTOM}/plugins/fzf-zsh-plugin
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user