Run the script directly:
# Auto-detect hostname and apply
# macOS (Darwin)
~/dotfiles/system/darwin/apply.sh $(hostname -s | tr '[:upper:]' '[:lower:]')# Apply configuration (auto-detects hostname)
task apply# Apply for specific hostname
task apply <hostname># Update flake.lock and apply
task apply:update