mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-06 08:36:39 +10:00
Update zsh.sh
This commit is contained in:
@@ -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,7 +27,10 @@ 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)"
|
||||||
|
|
||||||
# Install plugins
|
# Fail on any command.
|
||||||
|
set -eux pipefail
|
||||||
|
|
||||||
|
# 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
|
||||||
git clone https://github.com/z-shell/zsh-eza ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-eza
|
git clone https://github.com/z-shell/zsh-eza ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-eza
|
||||||
|
|||||||
Reference in New Issue
Block a user