From d676f1a16ff26debfb1b41808b09866fd1792dba Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 5 Aug 2025 15:44:58 +0200 Subject: [PATCH] Link to the extra themes index --- bin/omarchy-theme-install | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-theme-install b/bin/omarchy-theme-install index 2bb84a99..9d6ba1b3 100755 --- a/bin/omarchy-theme-install +++ b/bin/omarchy-theme-install @@ -5,6 +5,7 @@ if [ -z "$1" ]; then ~/.local/share/omarchy/bin/omarchy-show-logo + echo -e "\e[32mSee extra themes on https://manuals.omamix.org/2/the-omarchy-manual/90/extra-themes\n\e[0m" REPO_URL=$(gum input --placeholder="Git repo URL for theme" --header="") else REPO_URL="$1"