How to setup MacBook Pro macOS Sonoma 14 for Development and other uses using homebrew?
macOS Sonoma 14 is released and you still need to install some of the important software for your MacBook Pro using homebrew. Majority of the new software is provided in AppStore but still some of the major software is not published in AppStore. In order to use MacBook Pro for development of mobile applications or frontend web or watching videos or browsing.
Below are the installation commands for all the software using homebrew
Install homebrew — (The Missing Package Manager for macOS)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Microsoft Visual Studio Code — (Open-source code editor)
brew install --cask visual-studio-code
Install Rectangle — (Move and resize windows using keyboard shortcuts or snap areas)
brew install --cask rectangle
Install Android Studio — (Tools for building Android applications)
brew install --cask android-studio
Install Opera — (Web browser)
brew install --cask opera
Install Docker Desktop — (App to build and share containerized applications and microservices)
brew install --cask docker
Install Google Chrome — (Web browser)
brew install --cask google-chrome
Install Mozilla Firefox — (Web browser)
brew install --cask firefox
Install VLC media player — (Multimedia player)
brew install --cask vlc
Install Google Drive — (Client for the Google Drive storage service)
brew install --cask google-drive
Install Atlassian SourceTree — (Graphical client for Git version control)
brew install --cask sourcetree
If you like my articles, please follow me on Medium and you can also support me by buying me a coffee.