diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index c7dcde1..1b434f6 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -104,28 +104,27 @@ 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 -#homectl update --shell=/usr/bin/zsh + #zsh setup + echo "Setting up zsh" + chsh -s /usr/bin/zsh + #homectl update --shell=/usr/bin/zsh -#starship setup -echo "Installing Starship" -curl -sS https://starship.rs/install.sh | sh + #starship setup + echo "Installing Starship" + curl -sS https://starship.rs/install.sh | sh -#zsh setup -echo "Setting up zsh" -chsh -s /usr/bin/zsh -#homectl update --shell=/usr/bin/zsh + #zsh setup + echo "Setting up zsh" + chsh -s /usr/bin/zsh + #homectl update --shell=/usr/bin/zsh -#ohmyzsh setup -echo "Installing oh my zsh" -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - -#ohmyzsh plugins -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 + #ohmyzsh setup + echo "Installing oh my zsh" + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + #ohmyzsh plugins + 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