From 853d46854fa332d0889d0ac3ec69cf536966c361 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 20:11:32 -0400 Subject: [PATCH] Even if you kill it, you're done --- bin/omarchy-first-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-first-run b/bin/omarchy-first-run index 4faa120..46f1b4b 100755 --- a/bin/omarchy-first-run +++ b/bin/omarchy-first-run @@ -1,7 +1,7 @@ #!/bin/bash if [[ ! -f ~/.local/state/omarchy/after-first-run.mode ]]; then - uwsm app -- alacritty -e ~/.local/share/omarchy/bin/omarchy-first-run-flow mkdir -p ~/.local/state/omarchy touch ~/.local/state/omarchy/after-first-run.mode + uwsm app -- alacritty -e ~/.local/share/omarchy/bin/omarchy-first-run-flow fi