aboutsummaryrefslogtreecommitdiff
path: root/install/install_linux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install/install_linux.sh')
-rwxr-xr-xinstall/install_linux.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/install_linux.sh b/install/install_linux.sh
index 7abc12f..2486a2f 100755
--- a/install/install_linux.sh
+++ b/install/install_linux.sh
@@ -38,6 +38,8 @@ if [ $res -eq 1 ]; then
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# Zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
+ # Zsh-vi-mode
+ git clone https://github.com/jeffreytse/zsh-vi-mode $ZSH_CUSTOM/plugins/zsh-vi-mode
tput rc; tput ed
fi