Even if you kill it, you're done

This commit is contained in:
David Heinemeier Hansson
2025-07-21 20:11:32 -04:00
parent 785d575ecc
commit 853d46854f

View File

@ -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