Created
May 14, 2019 03:04
-
-
Save kurone-kito/214e8af24d3d45db1329b4cfdd0bdbd4 to your computer and use it in GitHub Desktop.
This file contains 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/sh | |
mas upgrade | |
brew update | |
brew upgrade | |
npm update -g | |
npm upgrade -g | |
yarn global upgrade | |
brew cask upgrade | |
brew cleanup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment