Skip to content

Commit 2406564

Browse files
committed
Add Clean Up Old Homebrew Files as a mac til
1 parent 97df32d commit 2406564

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

mac/clean-up-old-homebrew-files.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)