From 2996c5eb56fabf21453ec28d7074143359a9e870 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Tue, 7 Oct 2025 18:59:35 +0000 Subject: [PATCH] Update install.sh --- install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 160164c..7160ef8 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,6 @@ echo "--- Installing essential pacman packages ---" sudo pacman -S --noconfirm --needed \ base-devel \ git \ - scrcpy \ lazygit \ starship @@ -24,17 +23,14 @@ yay -S --noconfirm --needed \ niri \ swayidle \ swaylock-effects \ - grim \ - slurp \ + waybar \ swaync \ wlogout \ ttf-firacode-nerd \ - myfetch \ neovim \ htop \ nvtop \ yazi \ - discord \ firefox echo "--- Copying configuration files from ~/Dotfiles ---"