Skip to content

Instantly share code, notes, and snippets.

@douglasdrumond
Forked from kaushikgopal/update.sh
Created February 17, 2016 04:35
Show Gist options
  • Save douglasdrumond/441857844a5b805c2a3b to your computer and use it in GitHub Desktop.
Save douglasdrumond/441857844a5b805c2a3b 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