Skip to content

Instantly share code, notes, and snippets.

@maxbmx
Last active November 28, 2016 06:41
Show Gist options
  • Save maxbmx/2dc2d024800ea48102f3b2998ac9bcf5 to your computer and use it in GitHub Desktop.
Save maxbmx/2dc2d024800ea48102f3b2998ac9bcf5 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Update all
sudo gem update --system
brew update
brew cask update
npm -g update
mas upgrade
#brew upgrade
# Clean all caches
sudo gem clean
brew cleanup
brew cask cleanup
npm cache clean
@maxbmx
Copy link
Author

maxbmx commented Oct 29, 2016

$ chmod +x update.sh

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