Skip to content

Instantly share code, notes, and snippets.

@sharat
Created July 2, 2015 10:07
Show Gist options
  • Save sharat/22750b2551ecc3f69134 to your computer and use it in GitHub Desktop.
Save sharat/22750b2551ecc3f69134 to your computer and use it in GitHub Desktop.
Brew dependencies
#zsh
brew list | while read cask; do echo -n "\e[1;34m$cask ->\e[0m"; brew deps $cask | awk '{printf(" %s ", $0)}'; echo ""; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment