Created
January 20, 2017 11:06
-
-
Save fliptheweb/52719744f1d89d1d261a62972385c55e to your computer and use it in GitHub Desktop.
Global system update for MacOS – AppStore, brew, npm global packages, Atom
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
#!/bin/sh | |
set -e | |
set -x | |
mas upgrade && | |
brew update && | |
brew upgrade && | |
npm-check -u -g && | |
apm upgrade -c=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment