From 49c0091f1b899c582529290daa64f6ff8efe363b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 9 Dec 2018 23:46:46 -0500 Subject: [PATCH] archlinux: Use yay to install AUR packages It turns out that yay automatically handles the process of installing package dependencies not in the official repositories. This is very important for some PKGBUILDs, so I've gone ahead and let yay handle all the AUR packages I build. --- .archlinux/bootstrap.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.archlinux/bootstrap.sh b/.archlinux/bootstrap.sh index b25d74f..f227122 100755 --- a/.archlinux/bootstrap.sh +++ b/.archlinux/bootstrap.sh @@ -19,12 +19,14 @@ make package=bspwm-round-corners-git make package=color-scripts make package=xeventbind -# Install aur dependencies +# Install yay make aur package=yay -make aur package=rtv -make aur package=polybar -make aur package=shotgun -make aur package=ranger-git + +# Install aur packages with yay +yay -S rtv +yay -S polybar +yay -S shotgun +yay -S ranger-git # Additional settings make fontconfig