Files
omarchy/bin/omarchy-first-run
David Heinemeier Hansson 36c8f17749 Prepare for a first-run flow
Will fill in with the first stuff you should do after getting setup.
Teaching you how to do the basic commands.
2025-07-15 21:23:48 -07:00

8 lines
243 B
Bash
Executable File

#!/bin/bash
if [[ ! -f ~/.local/state/omarchy/first-run.marker ]]; then
chromium --new-window --app=file://$HOME/.local/share/omarchy/first-run/index.html
mkdir -p ~/.local/state/omarchy
touch ~/.local/state/omarchy/first-run.marker
fi