mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
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.
This commit is contained in:
7
bin/omarchy-first-run
Executable file
7
bin/omarchy-first-run
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user