From aeeb7b7b19a242eb37d56196d5ed3a1038020291 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 31 Mar 2025 23:35:04 +0200 Subject: [PATCH] maybe installer work now --- hyprland-eww-wofi-installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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