Skip to content

Instantly share code, notes, and snippets.

@MikeWilkie
Last active May 16, 2018 11:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MikeWilkie/c0b868261ef7aa466629d783c20a4462 to your computer and use it in GitHub Desktop.
Save MikeWilkie/c0b868261ef7aa466629d783c20a4462 to your computer and use it in GitHub Desktop.
#!/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