Skip to content
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

Update setup.sh #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update setup.sh #19

wants to merge 1 commit into from

Conversation

prdpjngd
Copy link

@prdpjngd prdpjngd commented Sep 2, 2024

Improve installation script for setting up macOS development environment

  • Added consistent ANSI escape codes for success (✔) and warning (⚠️) icons
  • Fixed typos and incorrect application names (e.g., corrected 'zoon' to 'Zoom')
  • Removed redundant entries and unnecessary manual installation links
  • Enhanced readability by organizing sections and adding clear comments
  • Included missing echo statements to provide consistent feedback after each installation step
  • Updated app installation commands for clarity and consistency (e.g., renamed 'brew install --cask firefox@developer-edition' to 'brew install --cask firefox-developer-edition')
  • Added a section to install Vim Plug for managing Vim plugins
  • Provided detailed manual installation instructions for apps that require manual setup

These changes ensure a smoother setup process and actually I liked this way to setup a new Mac this is really a fun to do.

Improve installation script for setting up macOS development environment

- Added consistent ANSI escape codes for success (✔) and warning (⚠️) icons
- Fixed typos and incorrect application names (e.g., corrected 'zoon' to 'Zoom')
- Removed redundant entries and unnecessary manual installation links
- Enhanced readability by organizing sections and adding clear comments
- Included missing `echo` statements to provide consistent feedback after each installation step
- Updated app installation commands for clarity and consistency (e.g., renamed 'brew install --cask firefox@developer-edition' to 'brew install --cask firefox-developer-edition')
- Added a section to install Vim Plug for managing Vim plugins
- Provided detailed manual installation instructions for apps that require manual setup

These changes ensure a smoother setup process and actually I liked this way to setup a new Mac this is really a fun to do.
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.

1 participant