Drop the entire first run idea for now

This commit is contained in:
David Heinemeier Hansson
2025-07-22 17:51:34 -04:00
parent 4421f20e82
commit 7a7a08f9c3
3 changed files with 0 additions and 14 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
if [[ ! -f ~/.local/state/omarchy/after-first-run.mode ]]; then
mkdir -p ~/.local/state/omarchy
touch ~/.local/state/omarchy/after-first-run.mode
uwsm app -- gtk-launch "Omarchy Manual" &
fi