From 5950cd3c8e194c292d3728abbdf46116a9d9530b Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Sat, 4 Oct 2025 23:00:27 +0200 Subject: [PATCH] add yay to program setup --- scripts/02_setup_programs.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/02_setup_programs.sh b/scripts/02_setup_programs.sh index 9594121..4ba6cf6 100755 --- a/scripts/02_setup_programs.sh +++ b/scripts/02_setup_programs.sh @@ -60,6 +60,13 @@ sudo pacman -S --noconfirm bat # fd for simple find sudo pacman -S --noconfirm fd +# yay +git clone https://aur.archlinux.org/yay.git --depth=1 +cd yay +makepkg -si +cd .. +rm -rf yay + # atuin yay -S --noconfirm blesh-git # version >=0.4 is necessary yay -S --noconfirm atuin