Added script hook for App Store software install.

- Allows for the automation of Mac App Store software via the
  [Mac App Store CLI](https://github.com/mas-cli/mas) app.
- See [macOS Config](https://github.com/bkuhlmann/mac_os-config) for
  usage.
This commit is contained in:
Brooke Kuhlmann
2016-10-11 11:54:20 -06:00
parent d45be4e61d
commit 57e20929b3
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ while true; do
printf " b: Apply basic settings.\n"
printf " t: Install development tools.\n"
printf " h: Install Homebrew software.\n"
printf " m: Install Mac App Store software.\n"
printf " a: Install application software.\n"
printf " x: Install application software extensions.\n"
printf " d: Apply default settings.\n"