Created
November 15, 2013 19:42
-
-
Save NickBeeuwsaert/7490404 to your computer and use it in GitHub Desktop.
Pruning my homebrew installation
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
| $ #remove all packages, except the ones I absolutely cannot live without | |
| $ brew uninstall $(comm -13 <((for package in $(echo sdl2 sdl2_{image,mixer,ttf} tmux pianobar pypy python python3 mongodb webkit2png cowsay git figlet); do echo $package; brew deps $package; done;) | sort -u -) <(brew list)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment