diff --git a/install.sh b/install.sh index 0c7f9c0..0ab8854 100755 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ sudo pacman -S zsh fzf --no-confirm # Installs Oh-My-Zsh sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - # Install plugins +# Install Oh-My-Zsh 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-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 @@ -77,23 +77,31 @@ set -eux # Install rootless mode sudo sh -eux <