Skip to content

Instantly share code, notes, and snippets.

@jevgen
Forked from thomjoy/homebrew.md
Last active August 29, 2015 14:17
Show Gist options
  • Save jevgen/c69bb0e25ae9b50580cb to your computer and use it in GitHub Desktop.
Save jevgen/c69bb0e25ae9b50580cb to your computer and use it in GitHub Desktop.

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