Set up Development Environment for OSX


Steps

  1. Install homebrew.
  2. Download vscode for macos.
  3. Install Python.
  4. brew install python3
  5. Install .Net on macOS. Just Download .NET CORE, and follow the guidelines.
  6. Install ReactJS.
  7. Sqlite3 is default to macOS.
  8. C++17
  9. brew install gcc --HEAD
  10. Git
  11. brew install git
    git --version
    git config --global user.name ""
    git config --global user.email ""
            
  12. Install docker. Mac with Apple chip → double click dmg → drag to Application folder, so on... Please follow guidelines.
  13. docker --version
  14. Install Jenkins.
  15. brew install jenkins-lts

References


  1. The Missing Package Manager for macOS (or Linux)
  2. Download Visual Studio Code Free and built on open source. Integrated Git, debugging and extensions.
  3. Install .Net on macOS
  4. How to Install ReactJS on MacOS?
  5. Install Docker Desktop on Mac