Skip to content

Instantly share code, notes, and snippets.

@sgmenda
Created February 16, 2019 16:34
Show Gist options
  • Save sgmenda/cbbf3f917440746780b561acc6e504d4 to your computer and use it in GitHub Desktop.
Save sgmenda/cbbf3f917440746780b561acc6e504d4 to your computer and use it in GitHub Desktop.
Brew stuff
#!/bin/bash
brew update
brew upgrade
brew cleanup -s
# now diagnotic
brew doctor
brew missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment