Skip to content

Instantly share code, notes, and snippets.

@BobToninho
Created April 5, 2025 16:35
Show Gist options
  • Save BobToninho/00fbf34cceb20c95a1423a10beb616c3 to your computer and use it in GitHub Desktop.
Save BobToninho/00fbf34cceb20c95a1423a10beb616c3 to your computer and use it in GitHub Desktop.
Show the brew installations that take the most space
du -sh $(brew --cellar)/* | sort -hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment