Skip to content

Instantly share code, notes, and snippets.

@nisrulz
Forked from kaushikgopal/update.sh
Created April 21, 2016 18:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nisrulz/637e5d11e6d00c35090c99b5d85ba01d to your computer and use it in GitHub Desktop.
Save nisrulz/637e5d11e6d00c35090c99b5d85ba01d to your computer and use it in GitHub Desktop.
My morning cli ritual
echo "y" | android update sdk --no-ui; echo "yes" | apm upgrade; softwareupdate -i -a; brew update; brew upgrade; brew cleanup; brew cask cleanup; npm update npm -g; npm update -g; gem update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment