Brewfile (collection) for fast setups in Mac OS
curl https://raw.githubusercontent.com/jopplt/brewfile/main/.Brewfile --output ~/.Brewfile && brew bundle --global
- Xcode Command Line Tools:
xcode-select --install - brew.sh:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Increase key repeat speed (requires reboot):
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms) defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)