Switch from paru to amethyst

This commit is contained in:
pancakes 2024-06-11 22:32:05 +10:00
parent 5d7bd80d41
commit bae5608424

View file

@ -51,10 +51,10 @@ install-fish:
# Installs the paru AUR helper
setup-aur:
rustup install stable
rm -rf /tmp/paru
git clone https://aur.archlinux.org/paru.git /tmp/paru
cd /tmp/paru; makepkg -si
rm -rf /tmp/paru
rm -rf /tmp/ame
git clone https://aur.archlinux.org/ame.git /tmp/ame
cd /tmp/ame; makepkg -si
rm -rf /tmp/ame
# Installs VSCodium extensions
setup-code: