Files
Nomarchy/core/home/config/nomarchy/hooks/post-install.sample
Bernardo Magri 3a42b664a1
Some checks failed
Check / eval-and-lint (push) Has been cancelled
feat: wire up post-update and post-install hooks
2026-05-31 20:34:01 +01:00

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."