Skip to content

Commit

Permalink
Add Brew (#4)
Browse files Browse the repository at this point in the history
* add brew (cask) cleanup

* remove deprecated
  • Loading branch information
mertd authored Sep 3, 2021
1 parent 640052c commit 1355a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions topclean.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ var apps = []App{
{"npm", "npm", []string{"cache", "clean", "--force"}},
{"yarn", "yarn", []string{"cache", "clean"}},
{"cleanmgr", "cleanmgr", []string{"/d", "c", "/verylowdisk"}},
{"brew", "brew", []string{"cleanup"}},
}

func main() {
Expand Down

0 comments on commit 1355a9e

Please sign in to comment.