diff --git a/arch.setup.sh b/arch.setup.sh new file mode 100644 index 0000000..d04d8dd --- /dev/null +++ b/arch.setup.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +# Install yay +pacman -S --needed git base-devel +git clone https://aur.archlinux.org/yay.git /tmp/yay +cd /tmp/yay +makepkg -si +cd -