From 5f8fc6d7c1f60cac7cd95db70d3f9641c9631e5e Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Fri, 13 Jun 2025 23:28:52 +1000 Subject: [PATCH] Fixed naming schemes --- install.sh | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) 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 <