update zshrc and ideavimrc

This commit is contained in:
Johannes Knopp
2025-03-26 16:43:51 +01:00
parent 60853bfb37
commit 0899054aef
4 changed files with 21 additions and 2 deletions

View File

@ -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