Skip to content

Instantly share code, notes, and snippets.

@bicccio
Created December 10, 2014 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bicccio/202292732e7d7cc77923 to your computer and use it in GitHub Desktop.
Save bicccio/202292732e7d7cc77923 to your computer and use it in GitHub Desktop.
alias for update everithing on Mac OS X
alias update='sudo softwareupdate -i -a; brew update; brew upgrade; brew cleanup; npm update npm -g; npm update -g; sudo gem update --system; sudo gem update'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment