diff --git a/hyprland-install-script.sh b/hyprland-full-install-script.sh similarity index 70% rename from hyprland-install-script.sh rename to hyprland-full-install-script.sh index 2509a8f..d8370c6 100644 --- a/hyprland-install-script.sh +++ b/hyprland-full-install-script.sh @@ -4,6 +4,7 @@ base \ base-devel \ btop \ btrfs-progs \ +curl \ dolphin \ dunst \ fastfetch \ @@ -66,6 +67,12 @@ zip \ zram-generator \ zsh +curl -sS https://starship.rs/install.sh | sh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" + +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 + cd ~ mkdir install-tmp cd install-tmp @@ -78,4 +85,6 @@ cd ~/install-tmp chsh -s /usr/bin/zsh homectl update --shell=/usr/bin/zsh + + cd ~