From 28bec8c7d25b5f45d49e00b27555f7705e870c70 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 13:03:14 -0400 Subject: [PATCH] Launch the Docker app if we installed Docker DBs --- bin/omarchy-first-run-flow | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index 26ed5f9..053ef70 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -42,6 +42,8 @@ if gum confirm "Start Docker DBs?"; then esac done fi + + gtk-launch Docker fi source ~/.local/share/omarchy/ansi.sh