Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

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)
    

About

Brewfile for fast setups in Mac OS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors