From ae5e2ee9dab34dc2f3ed81b7a6726ded68682279 Mon Sep 17 00:00:00 2001 From: Darkkal44 Date: Sun, 30 Apr 2023 11:37:41 +0530 Subject: [PATCH] Fixed Install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9f62316..2cf78a4 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ else fi # Install packages -paru -Syu base-devel qtile python-psutil pywal-git picom-jonaburg-fix dunst zsh starship mpd ncmpcpp playerctl brightnessctl alacritty pfetch htop flameshot thunar roficlip rofi ranger cava pulseaudio pavucontrol neovim vim git sddm zsh-autosuggestions zsh-syntax-highlighting --noconfirm --needed +paru -Syu base-devel qtile python-psutil pywal-git feh picom-jonaburg-fix dunst zsh starship playerctl brightnessctl alacritty pfetch thunar rofi ranger cava pulseaudio alsa-utils neovim vim git sddm --noconfirm --needed # Check and set Zsh as the default shell [[ "$(awk -F: -v user="$USER" '$1 == user {print $NF}' /etc/passwd) " =~ "zsh " ]] || chsh -s $(which zsh)