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