Skip to content

Instantly share code, notes, and snippets.

@cesarferreira
Forked from kaushikgopal/update.sh
Created January 19, 2016 00:58
Show Gist options
  • Select an option

  • Save cesarferreira/9adf5d8462cfaa072966 to your computer and use it in GitHub Desktop.

Select an option

Save cesarferreira/9adf5d8462cfaa072966 to your computer and use it in GitHub Desktop.
My morning cli ritual
echo "y" | android update sdk --no-ui; echo "yes" | apm upgrade; sudo softwareupdate -i -a; brew update; brew upgrade --all; brew cleanup; brew cask cleanup; npm update npm -g; npm update -g; sudo gem update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment