Apps & Programs

Essentials

xcode-select --install

Documentation

/bin/bash -c "$(curl -fsSL <https://raw.githubusercontent.com/Homebrew/install/master/install.sh>)"

Programs

brew install python java git gh

Apps

brew install --cask visual-studio-code fig hyper bitwarden slack google-chrome firefox microsoft-edge github notion hey insomnia rectangle maccy

GitHub SSH

Optional if you configure GitHub via GitHub CLI

Generating a new SSH key and adding it to the ssh-agent

Node

GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

curl -o- <https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh> | bash
nvm install node