Last active
November 28, 2016 06:41
-
-
Save maxbmx/2dc2d024800ea48102f3b2998ac9bcf5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ chmod +x update.sh