From ebdc0263e0c2cba78f62c2d5238708b9d9096d85 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 14 Aug 2026 16:41:06 +0200 Subject: [PATCH] Point the theme installer at the extra themes page on omarchy.org Co-Authored-By: Claude Fable 5 --- bin/omarchy-theme-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-theme-install b/bin/omarchy-theme-install index 3b6f5254..cf6a9df6 100755 --- a/bin/omarchy-theme-install +++ b/bin/omarchy-theme-install @@ -6,7 +6,7 @@ # omarchy:examples=omarchy theme install git@github.com:example/omarchy-example-theme.git if [[ -z $1 ]]; then - echo -e "\e[32mSee https://manuals.omamix.org/2/the-omarchy-manual/90/extra-themes\n\e[0m" + echo -e "\e[32mSee https://omarchy.org/themes/\n\e[0m" REPO_URL=$(gum input --placeholder="Git repo URL (https or git@host:org/repo.git)" --header="") else REPO_URL="$1"