Skip to content

Instantly share code, notes, and snippets.

@snarky
Created June 11, 2015 09:10
Show Gist options
  • Select an option

  • Save snarky/c3fccd4123bec4545e75 to your computer and use it in GitHub Desktop.

Select an option

Save snarky/c3fccd4123bec4545e75 to your computer and use it in GitHub Desktop.
Mac OS X > Upgrade all applications via brew (+ brew cask)
brew update
brew upgrade --all
brew cleanup
brew cask update
brew cask install --force $(brew cask list)
brew cask cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment