Created
July 2, 2015 10:07
-
-
Save sharat/22750b2551ecc3f69134 to your computer and use it in GitHub Desktop.
Brew dependencies
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
#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