From ac3aadd93aca062f5a26a53a16e595dd36accded Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 18:50:48 -0400 Subject: [PATCH] Correct path here too --- 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 eae28b7..3e82527 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 --class=Omarchy --title=Omarchy -e omarchy-first-run-flow + uwsm app -- alacritty --class=Omarchy --title=Omarchy -e ~/.local/share/omarchy/bin/omarchy-first-run-flow mkdir -p ~/.local/state/omarchy touch ~/.local/state/omarchy/after-first-run.mode fi