Skip to content

Instantly share code, notes, and snippets.

@oshyshko
Created October 30, 2019 06:13
Show Gist options
  • Save oshyshko/3cbb414431f3d20fcd1d095aa32d7d01 to your computer and use it in GitHub Desktop.
Save oshyshko/3cbb414431f3d20fcd1d095aa32d7d01 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -xue
# taken from https://stackoverflow.com/a/55445034/107341
brew leaves | xargs brew deps --installed --for-each | sed "s/^.*:/$(tput setaf 4)&$(tput sgr0)/"
#brew deps --tree --installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment