Created
August 18, 2017 07:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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