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

Commits on Sep 2, 2024

  1. Update setup.sh

    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.
    prdpjngd authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    91fea36 View commit details
    Browse the repository at this point in the history