From deb4c45a34ca7ad515bbbb66138ac0b74763d5c4 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Tue, 9 Feb 2016 08:30:03 +0000 Subject: [PATCH] Add a cleanup section for Brew. --- bin/software-install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/software-install.sh b/bin/software-install.sh index d193360..bcf2c4a 100755 --- a/bin/software-install.sh +++ b/bin/software-install.sh @@ -83,6 +83,13 @@ function install_osx_software { htop EOF #------------------------------- + + #------------------------------- + # Clean up + #------------------------------- + brew cask cleanup + brew cleanup + #------------------------------- } #-------------------------------