From d148b4ce79a638097f88a9c47df85446bd920c7a Mon Sep 17 00:00:00 2001 From: Renge Date: Tue, 17 May 2022 13:18:24 -0400 Subject: [PATCH] feat: remove zsh-ssh and add chsh --- setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 5faca2a..0ef5142 100755 --- a/setup.sh +++ b/setup.sh @@ -26,10 +26,12 @@ ln ./zshrc ~/.zshrc verify "Are you running on arch-based linux? (Y/n)" if [[ $? == 1 ]] then - sudo pacman -Syu zsh-syntax-highlighting + sudo pacman -S zsh-syntax-highlighting else echo -e "\e[1;31mPlease find zsh-syntax-highlighting https://github.com/zsh-users/zsh-syntax-highlighting suitable for your distro\e[0m" fi git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions -git clone https://github.com/qndydyhm/zsh-ssh ~/.zsh/zsh-ssh +echo "finish install plugins" +chsh -s /bin/zsh +echo "set zsh as default shell" # ---------------- zshrc end ----------------