pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
325 stars 240 forks source link

Homebrew Deprecations and Reduce the Number of Setup Commands #279

Closed ericadohring closed 3 years ago

ericadohring commented 3 years ago

Summary of Changes:

  1. Update homebrew installer link (ruby one is now deprecated)
  2. Update homebrew cask syntax (example)
  3. Reduce the number of commands the user needs to run when setting up from 4 to 1 by &-ing the commands. The -p ensures that any existing workspace directory is not overwritten, so it shouldn't matter if the user runs mkdir workspace when they already have that directory.

Verified these changes by running the workstation setup on a 10.15 mac.