Created
April 21, 2019 00:49
-
-
Save stephenfeather/d0ec1ce33e157256c83a63a170736cd2 to your computer and use it in GitHub Desktop.
Clean Up wasted space on osx
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
#!/usr/local/bin/zsh | |
echo "Updating Homebrew" | |
brew update | |
brew upgrade | |
brew cask upgrade | |
brew cleanup -s | |
brew doctor | |
brew missing | |
echo "Updating App Store Items" | |
mas outdated | |
npm update -g | |
npm cache clean --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment