Skip to content

Instantly share code, notes, and snippets.

@kaushikgopal
Last active February 1, 2022 16:36
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save kaushikgopal/0a0397669fd00f96249b to your computer and use it in GitHub Desktop.
Save kaushikgopal/0a0397669fd00f96249b 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
@kaushikgopal
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment