Refactored Homebrew software as Homebrew Formulas.

- Allows for expansion of additional Homebrew software in the future
  (i.e. taps, bottles, casks, etc.)
This commit is contained in:
Brooke Kuhlmann
2017-02-17 19:18:02 -07:00
parent 38fa30a028
commit 79f7103179
4 changed files with 39 additions and 39 deletions

View File

@@ -14,8 +14,8 @@ process_option() {
bin/apply_basic_settings;;
't')
bin/install_dev_tools;;
'h')
bin/install_homebrew;;
'hf')
bin/install_homebrew_formulas;;
'm')
bin/install_app_store;;
'a')