Wizard: full PRD step set with explicit skip; apps via AUR helper

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
2026-08-24 21:07:29 -04:00
co-authored by Claude Fable 5
parent 16b95790aa
commit 35e4d42682
2 changed files with 52 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ fi
case "$source_type" in
aur)
omarchy-pkg-add "$(jq -r '.package' <<<"$entry")"
omarchy-pkg-aur-add "$(jq -r '.package' <<<"$entry")"
;;
webapp)
omarchy-webapp-install "$name" "$(jq -r '.url' <<<"$entry")" "$(jq -r '.icon' <<<"$entry")"