Skip to content

Instantly share code, notes, and snippets.

@xbalaji
Created November 30, 2018 14:59
Show Gist options
  • Save xbalaji/24421566c48b2219cd07eb41da7dadd3 to your computer and use it in GitHub Desktop.
Save xbalaji/24421566c48b2219cd07eb41da7dadd3 to your computer and use it in GitHub Desktop.
homebrew-including-cask-upgrade-update
#! /bin/bash
brew list
brew cask list
brew update
brew outdated
brew upgrade
brew cask upgrade
brew cask upgrade --greedy
brew cleanup -n
brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment