Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 617 Bytes

File metadata and controls

19 lines (15 loc) · 617 Bytes

brewfile

Brewfile (collection) for fast setups in Mac OS

Usage:

curl https://raw.githubusercontent.com/jopplt/brewfile/main/.Brewfile --output ~/.Brewfile && brew bundle --global

Requirements:

  • Xcode Command Line Tools: xcode-select --install
  • brew.sh: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Suggestions:

  • 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)