refactor: improve final setup messages for clarity and user guidance
Some checks failed
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
Menno van Leeuwen 2025-01-22 16:04:50 +01:00
parent 36ebbef6d7
commit d1ae208acf
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -390,9 +390,8 @@ main() {
dotf update || die "Failed to run 'dotf update', please see the output for more information" dotf update || die "Failed to run 'dotf update', please see the output for more information"
# Final success message # Final success message
log_success "\nSetup complete. Please logout / restart to continue with 'dotf update'.\n" log_success "\nSetup complete, it shouldn't be necessary but to be sure, please restart your shell.\n"
log_error "\n!!! Please logout / restart to continue !!!" log_success "You can now run 'dotf' to manage your dotfiles.\n"
log_error "~~~ Proceed by running 'dotf update' ~~~\n"
} }
main "$@" main "$@"