Update install.sh

A very minor correction in `zsh` plugins
This commit is contained in:
Marin Kitagawa
2023-04-17 04:01:49 +05:30
committed by GitHub
parent ec76d69dc3
commit 191c2c9347
+1 -1
View File
@@ -60,7 +60,7 @@ fi
# Install Zsh plugins
[[ "${plugins[*]} " =~ "zsh-autosuggestions " ]] || git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
[[ "${plugins[*]} " =~ "zsh-syntax-highlighting" ]] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
[[ "${plugins[*]} " =~ "zsh-syntax-highlighting " ]] || git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# Make Backup
echo "Backing up the current configs. All the backeup files will be available at ~/.cozy.bak"