feat: Prep for new run syntax.

This commit is contained in:
2025-11-09 20:44:40 -05:00
parent af7b46efa5
commit 381a0450e5
2 changed files with 96 additions and 41 deletions

9
runs/before/yay Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
if ! command -v yay >/dev/null 2>&1; then
sudo pacman -S --noconfirm --needed git base-devel
git clone https://aur.archlinux.org/yay.git ~/yay
cd ~/yay
makepkg -si
rm -rf ~/yay
fi