Skip to content

Instantly share code, notes, and snippets.

@NickBeeuwsaert
Created November 15, 2013 19:42
Show Gist options
  • Select an option

  • Save NickBeeuwsaert/7490404 to your computer and use it in GitHub Desktop.

Select an option

Save NickBeeuwsaert/7490404 to your computer and use it in GitHub Desktop.
Pruning my homebrew installation
$ #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