Skip to content

refactor: update script description and improve output formatting #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2025

Conversation

manghidev
Copy link
Owner

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 to main, 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 of printf 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:

@manghidev manghidev merged commit 0cd2cbb into main Jul 4, 2025
@manghidev manghidev deleted the fix_start.sh branch July 4, 2025 21:54
@manghidev manghidev self-assigned this Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

start.sh script failing to clone repo
1 participant