Switch from paru to amethyst
This commit is contained in:
parent
5d7bd80d41
commit
bae5608424
1 changed files with 4 additions and 4 deletions
8
justfile
8
justfile
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue