Added Homebrew Casks install script.

- Provides support for installing Homebrew Casks.
This commit is contained in:
Brooke Kuhlmann
2017-02-17 19:27:37 -07:00
parent 79f7103179
commit 8bf0ef473d
3 changed files with 21 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ process_option() {
bin/install_dev_tools;;
'hf')
bin/install_homebrew_formulas;;
'hc')
bin/install_homebrew_casks;;
'm')
bin/install_app_store;;
'a')