From 83a8f42bd70cde60893f32544a77bc74fa6d85a6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 18:27:15 -0400 Subject: [PATCH] Open the manual as the last step --- bin/omarchy-first-run-flow | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index a2a6ead..c8c48fe 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -40,3 +40,4 @@ if gum confirm "Start Docker DBs?"; then fi gum spin --spinner "globe" --title "You're all set!" -- sleep 2 +setsid chromium --new-window --ozone-platform=wayland --app="https://manuals.omamix.org/2/the-omarchy-manual" >/dev/null 2>&1 &