Skip to content

Instantly share code, notes, and snippets.

@ciarand
Created April 15, 2015 18:28
Show Gist options
  • Save ciarand/3229a0ec3889c1fb89dc to your computer and use it in GitHub Desktop.
Save ciarand/3229a0ec3889c1fb89dc to your computer and use it in GitHub Desktop.
install missing brew deps
brew install $(brew missing | perl -ne 'my @splits = split / /; shift @splits; ; print join(" ", @splits) =~ s/[:\n]/ /gr;')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment