Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 331 Bytes

reclaim-diskpace-from-brew.md

File metadata and controls

13 lines (7 loc) · 331 Bytes

Reclaim Disk Space From Brew

Category: Mac

Homebrew's default behaviour is to automatically uninstall old versions of a formula every 30 days.

To see how much disk space can be manually relcaimed, run the following command:

brew cleanup -n

To cleanup files manually, run the following command:

brew cleanup