-
Notifications
You must be signed in to change notification settings - Fork 0
Install and remove remotely, deployed #11
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ters for safety test: add script to verify sed commands work with timezone values
…script for verification
…th start.sh for automated setup with smart defaults
…llation and uninstallation scripts
…ns and helper scripts
…r preferences handling
…ompts and enhancing automatic path modifications
…pful info for missing dotfiles
…arify uninstallation process
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 introduces several updates to the LazyVim Docker project, focusing on improving user experience, enhancing script safety, and modernizing logging practices. Key changes include replacing the
remote-install.shscript withstart.shfor automatic setup with smart defaults, adding an uninstallation workflow, and standardizing logging output across scripts.Installation and User Workflow Updates:
remote-install.shwithstart.shfor installation, emphasizing automatic configuration with smart defaults. Updated all references in theMakefileandREADME.mdto reflect this change. [1] [2] [3]lazy uninstallcommand and detailed safety features, including automatic backups and confirmation prompts. [1] [2] [3]Documentation Improvements:
Logging Standardization:
echo -ewithprintffor consistent and safer logging across all scripts (build.sh,bump-version.sh,check-timezone.sh,destroy.sh,health-check.sh,init.sh). This ensures better formatting and compatibility. [1] [2] [3] [4] [5] [6]Version Update:
1.3.0to1.3.1to reflect the new features and improvements.These changes collectively improve the usability, safety, and maintainability of the LazyVim Docker project.