diff --git a/setup/install_yay b/setup/install_yay new file mode 100755 index 0000000..c1dca62 --- /dev/null +++ b/setup/install_yay @@ -0,0 +1,7 @@ +#!/bin/sh + +set -Eeuo pipefail + +git clone https://aur.archlinux.org/yay.git /tmp/yay +cd /tmp/yay +makepkg -si