Files
omarchy/bin/omarchy-first-run
2025-07-21 18:13:37 -04:00

8 lines
248 B
Bash
Executable File

#!/bin/bash
if [[ ! -f ~/.local/state/omarchy/after-first-run.mode ]]; then
uwsm app -- alacritty --class=Omarchy --title=Omarchy -e omarchy-first-run-flow
mkdir -p ~/.local/state/omarchy
touch ~/.local/state/omarchy/after-first-run.mode
fi