refactor: update script description and improve output formatting #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the
scripts/start.sh
file to simplify the LazyVim Docker installation process, improve usability, and remove unnecessary features. Key changes include replacing interactive terminal restart functionality, switching the default branch tomain
, and streamlining the Docker build process.Simplification of installation process:
Removed the interactive terminal restart functionality and associated helper script. Users are now instructed to manually restart their terminal or source their shell configuration file to activate LazyVim commands. [1] [2]
Replaced the detailed Docker environment setup commands with a single
make build
command, simplifying the build process and reducing script complexity.Usability improvements:
Updated the script's messaging to use
echo
instead ofprintf
for consistency and readability. This affects informational, success, warning, and error messages throughout the script. [1] [2]Enhanced the onboarding instructions by adding a step-by-step guide on how to get started after installation, including terminal restart instructions and the first command to run.
Configuration updates:
develop
tomain
to align with standard practices and ensure stability.closesstart.sh
script failing to clone repo #16