Skip to content

Instantly share code, notes, and snippets.

@szhu
Last active April 6, 2025 20:10
Show Gist options
  • Save szhu/430c5e24e65650327c8850de347d2c37 to your computer and use it in GitHub Desktop.
Save szhu/430c5e24e65650327c8850de347d2c37 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -e
echo "==> Formulae" && brew leaves | xargs brew deps --tree --formula | sed '/^$/d' && echo && echo "==> Casks" && brew list --cask | xargs brew deps --tree --cask | sed '/^$/d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment