Last active
May 16, 2018 11:28
-
-
Save MikeWilkie/c0b868261ef7aa466629d783c20a4462 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 | |
# To install: | |
# add to ~/Scripts/ | |
# add "alias brewup='~/Scripts/brewup.sh'" to ~/.bash_profile | |
brew update -a; brew upgrade -a; brew prune; brew cleanup; brew cu -a -y; brew cask cleanup; brew doctor; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment