This commit is contained in:
nub31
2025-05-10 15:50:06 +02:00
parent 3cc5b93ed4
commit d5b8250133

View File

@@ -1,9 +1,13 @@
#!/bin/bash
curl -sS https://starship.rs/install.sh | sh
set -e
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm \
if ! command -v yay 2>&1 >/dev/null
then
curl -sS https://starship.rs/install.sh | sh
fi
sudo pacman -Syu --noconfirm \
code \
alacritty \
thunar \
@@ -32,8 +36,7 @@ then
rm -rf yay-bin
fi
yay -Syu --noconfirm
yay -S --noconfirm \
yay -Syu --noconfirm \
hyprpaper-git \
hyprpicker-git \
hypridle-git \