10 lines
369 B
Bash
10 lines
369 B
Bash
#!/bin/bash
|
|
|
|
# This hook is called after the nomarchy-welcome wizard finishes successfully.
|
|
# Use it to run any custom first-boot logic (e.g. cloning your dotfiles repo,
|
|
# setting up SSH keys, or launching specific initial apps).
|
|
|
|
# Example: Open the manual and show a notification
|
|
# nomarchy-manual
|
|
# notify-send "Welcome home" "Your Nomarchy system is ready to use."
|