Update zsh.sh

This commit is contained in:
alvinlollo
2025-05-03 14:47:07 +10:00
committed by GitHub
parent cffc916c1e
commit f9088500c8
+3 -3
View File
@@ -12,9 +12,6 @@ echo '
--------------- Single Download script --------------- --------------- Single Download script ---------------
' '
# Fail on any command.
set -eux pipefail
# Install prerequisites # Install prerequisites
echo ' echo '
@@ -30,6 +27,9 @@ set -x
# Installs Oh-My-Zsh # Installs Oh-My-Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Fail on any command.
set -eux pipefail
# Install plugins # Install plugins
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions