Mac System Setup
- Might need to upgrade the OS version
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo >> /Users/bishnu/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/bishnu/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
brew —version
brew install --cask visual-studio-code
brew install git
git username setup
brew install python
export PATH="/usr/local/opt/python@3.12/bin:$PATH"
python3 --version
brew install go
go version
export GOPATH=$HOME/go``
export PATH=$PATH:$GOPATH/bin``
brew install php
php -v
brew install node
node --version
npm --version
brew install --cask docker
docker --version
brew install podman-desktop
podman version
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"