Update your Mac to latest version of macOS.
xcode-select --install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install vim
brew install git
brew install python
brew install zsh
brew install awscli
brew install gh
brew install ghostscript
brew install hugo
brew install wget
brew install tree
brew install go
brew install node
brew install groovy
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
# Terminal
brew install --cask iterm2
# Code Editors
brew install --cask visual-studio-code
brew install --cask atom
brew install --cask sublime-text
# Virtual Machines
brew install --cask virtualbox
# Video call and meeting tools
brew install --cask skype
brew install --cask zoom
# Productivity tools
brew install --cask alfred
brew install --cask spectacle
# Web Browsers
brew install --cask firefox
brew install --cask google-chrome
# Messaging Apps
brew install --cask slack
brew cask install microsoft-teams
brew install --cask whatsapp
# Music Apps
brew install --cask spotify
# Vpn apps
brew install --cask aws-vpn-client
brew install --cask openvpn-connect
# Install oh-my-zsh using curl
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install oh-my-zsh using wget
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"