From bc91e333326c7a93803962443f3f767f15c10706 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Tue, 11 Oct 2022 12:35:24 +0200 Subject: Add zsh-vi-mode --- install/install_linux.sh | 2 ++ install/install_mac.sh | 2 ++ 2 files changed, 4 insertions(+) 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 diff --git a/install/install_mac.sh b/install/install_mac.sh index c2c46a8..3250bd6 100755 --- a/install/install_mac.sh +++ b/install/install_mac.sh @@ -45,6 +45,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 -- cgit v1.2.3