Skip to content

Instantly share code, notes, and snippets.

@andymcfee
Created August 18, 2017 07:23
Show Gist options
  • Save andymcfee/0fe06c259531f89d76adfd4944944935 to your computer and use it in GitHub Desktop.
Save andymcfee/0fe06c259531f89d76adfd4944944935 to your computer and use it in GitHub Desktop.
Update All: Get OS X Software Updates, and update installed Homebrew, casks, npm, and their installed packages, and oh_my_zsh
# Get OS X Software Updates, and update installed Homebrew, casks, npm, and their installed packages, and oh_my_zsh
alias updateall='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; brew cask reinstall `brew cask outdated`; brew cask cleanup; npm install npm -g; npm update -g; upgrade_oh_my_zsh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment