diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index fa36560..28a08b2 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -63,19 +63,6 @@ nvm current # Should print "v22.14.0". # Verify npm version: npm -v # Should print "10.9.2". -#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 - -#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 @@ -100,18 +87,6 @@ ln -s ~/Dotfiles/nvim/ ~/.config/ ln -s ~/Dotfiles/yazi/ ~/.config/ ln -s ~/Dotfiles/spotify-tui/config.yml ~/.config/spotify-tui/ -#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 sudo cp -r .config /etc/skel/ sudo cp -r ~/Dotfiles/gtk-themes/cyberqueer /usr/share/themes @@ -128,5 +103,23 @@ 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 + +#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 +