Mac Dev Setup

macOS

Install Apps

Install Homebrew from brew.sh.

 
# Apps
brew install --cask visual-studio-code@insiders
brew install --cask ghostty
brew install --cask orbstack
 
# Terminal apps
brew install git
 
# Frontend Tools
brew install node
brew install oven-sh/bun/bun

System Settings

Finder Settings

Key Repeat

Run the following in Terminal, then log out and back in to apply the changes:

# Enable key repeat
defaults write -g ApplePressAndHoldEnabled -bool false
 
# Tweak key repeat speed and initial delay
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10

Apps

Resources