Add a cleanup section for Brew.

This commit is contained in:
Scott Wallace 2016-02-09 08:30:03 +00:00
parent 404410a131
commit deb4c45a34

View file

@ -83,6 +83,13 @@ function install_osx_software {
htop htop
EOF EOF
#------------------------------- #-------------------------------
#-------------------------------
# Clean up
#-------------------------------
brew cask cleanup
brew cleanup
#-------------------------------
} }
#------------------------------- #-------------------------------