macOS¶
Install Homebrew if you haven’t done so already. Open Terminal and then run:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
Install Git if you haven’t done so already. If you have XCode you already have Git. Otherwise run the following in Terminal:
brew install git
Install Visual Studio Code if you haven’t done so already. Go to Visual Studio Code Download and select the Mac button.