From e72b8f71989d99fdd4682df6259dd4c5b418ff77 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 20 Jan 2025 10:41:41 +0100 Subject: [PATCH] fixed zsh install order --- hyprland-eww-wofi-installer.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index 81459e9..9924226 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -78,6 +78,24 @@ ln -s ~/Dotfiles/micro/ ~/.config/micro ln -s ~/Dotfiles/yazi/ ~/.config/yazi ln -s ~/Dotfiles/spotify-tui/config.yml ~/.config/spotify-tui/config.yml +#starship setup +echo "Installing Starship" +curl -sS https://starship.rs/install.sh | sh + +#ohmyzsh setup +echo "Installing oh my zsh" +zsh -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 setup +echo "Setting up zsh" +chsh -s /usr/bin/zsh +#homectl update --shell=/usr/bin/zsh + #final reboot echo "Press any key to reboot" read