File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ _335 TILs and counting..._
132132
133133### Mac
134134
135+ - [ Clean Up Old Homebrew Files] ( mac/clean-up-old-homebrew-files.md )
135136- [ Default Screenshot Location] ( mac/default-screenshot-location.md )
136137
137138### PostgreSQL
Original file line number Diff line number Diff line change 1+ # Clean Up Old Homebrew Files
2+
3+ If you've been using [ Homebrew] ( https://github.com/Homebrew/homebrew ) for a
4+ while, you may have built up some cruft in the form old and outdated files.
5+ These will not be cleaned up automatically. You have do tell Homebrew to do
6+ so. This can be done with the following command.
7+
8+ ``` bash
9+ $ brew cleanup
10+ ```
11+
12+ This command will report what files it cleans up as well as how much disk
13+ space it was able to clear.
14+
15+ See ` man brew ` for more details.
16+
17+ h/t Dorian Karter
You can’t perform that action at this time.
0 commit comments