From 901c9940ca4eb2e619f115e2a997c713de525bb6 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 11 Nov 2024 11:13:08 +0100 Subject: [PATCH] Update hyprland-full-install-script.sh --- ...-install-script.sh => hyprland-full-install-script.sh | 9 +++++++++ 1 file changed, 9 insertions(+) rename hyprland-install-script.sh => hyprland-full-install-script.sh (70%) 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 ~