index — dotfiles @ 6c8531451d4d826ba7eefbdf26a3eafe9e9a388e

my dotfiles

scripts/yay.sh (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
#!/usr/bin/bash


git clone https://aur.archlinux.org/yay.git /tmp/yay

cd /tmp/yay

makepkg -si

yay --version

rm -rf /tmp/yay