From 00ce49a4ac7af1150e18071ab464dae65e8e7d3f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 19:35:36 +0200 Subject: [PATCH] Don't use yay here --- bin/omarchy-pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-pkg-install b/bin/omarchy-pkg-install index 72005cbf..6d6aab2a 100755 --- a/bin/omarchy-pkg-install +++ b/bin/omarchy-pkg-install @@ -4,7 +4,7 @@ set -e fzf_args=( --multi - --preview 'yay -Sii {1}' + --preview 'pacman -Sii {1}' --preview-label='alt-p: toggle description, alt-j/k: scroll, tab: multi-select, F11: maximize' --preview-label-pos='bottom' --preview-window 'down:65%:wrap'