Use our pkg helpers consistently

This commit is contained in:
David Heinemeier Hansson
2026-02-21 09:52:17 +01:00
parent c6ac6de366
commit d2acf3b6ba
13 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Ensure we have gum available
if ! command -v gum &>/dev/null; then
sudo pacman -S --needed --noconfirm gum
omarchy-pkg-add gum
fi
# Get terminal size from /dev/tty (works in all scenarios: direct, sourced, or piped)