diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index ee6c653..c7dcde1 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -103,6 +103,7 @@ wget https://github.com/guillaumeboehm/Nordzy-cursors/releases/download/v2.3.0/N tar -zxvf Nordzy-cursors-lefthand.tar.gz -C $HOME/.icons/ #tar -zxvf Nordzy-cursors-white.tar.gz -C $HOME/.icons/ +echo ' #zsh setup echo "Setting up zsh" chsh -s /usr/bin/zsh @@ -126,5 +127,5 @@ echo "Installing oh my zsh plugins" git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions - +' | zsh