MacOS intital setup

Install homebrew

  1. Go to brew.sh
  2. Copy the code
/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh>)"
  1. Open Terminal on your device
  2. Paste the code (Cmd + V) and run it
  3. Test it out
brew --version

Install Java, Python and Git in one go

brew install java python git

Java will ask you to run a line of code after install

something like

sudo ln -s ...
echo .... .zshrc

select the command and then copy them with Cmd + C

Paste them in a new prompt and press enter

Then run