Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 622 Bytes

brew.md

File metadata and controls

35 lines (24 loc) · 622 Bytes

Brew

Homepage

Install via ruby:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Other Base Stuff

  • GNU find, locate, updatedb, and xargs, g-prefixed, sed

    brew install coreutils moreutils findutils

brew Installation

A nice way of installing GUI packages, along with updating them.

brew install caskroom/cask/brew-cask
brew tap caskroom/versions

To Update Brew and Casks:

brew update
brew doctor
brew cleanup
brew prune