Skip to content

Instantly share code, notes, and snippets.

@thomjoy
Last active August 29, 2015 14:02
Show Gist options
  • Save thomjoy/8c3f00b15512c1a2e2b6 to your computer and use it in GitHub Desktop.
Save thomjoy/8c3f00b15512c1a2e2b6 to your computer and use it in GitHub Desktop.
Homebrew

Homebrew

Uninstall

rm -rf /usr/local/Cellar /usr/local/.git && brew cleanup

Install cask

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew tap caskroom/cask && brew install brew-cask

Update

brew update && brew upgrade brew-cask && brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment