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