refactor: improve final setup messages for clarity and user guidance
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
Some checks failed
Nix Format Check / check-format (push) Has been cancelled
This commit is contained in:
parent
36ebbef6d7
commit
d1ae208acf
5
setup.sh
5
setup.sh
@ -390,9 +390,8 @@ main() {
|
||||
dotf update || die "Failed to run 'dotf update', please see the output for more information"
|
||||
|
||||
# Final success message
|
||||
log_success "\nSetup complete. Please logout / restart to continue with 'dotf update'.\n"
|
||||
log_error "\n!!! Please logout / restart to continue !!!"
|
||||
log_error "~~~ Proceed by running 'dotf update' ~~~\n"
|
||||
log_success "\nSetup complete, it shouldn't be necessary but to be sure, please restart your shell.\n"
|
||||
log_success "You can now run 'dotf' to manage your dotfiles.\n"
|
||||
}
|
||||
|
||||
main "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user