Skip to content

Instantly share code, notes, and snippets.

@fliptheweb
Created January 20, 2017 11:06
Show Gist options
  • Save fliptheweb/52719744f1d89d1d261a62972385c55e to your computer and use it in GitHub Desktop.
Save fliptheweb/52719744f1d89d1d261a62972385c55e to your computer and use it in GitHub Desktop.
Global system update for MacOS – AppStore, brew, npm global packages, Atom
#!/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