Provide your team with a minimally-invasive, local-only way to get things setup and keep things in sync.
https://actionscripted.github.io/dev-machine/
Clone and bootstrap your organization's dev-machine
:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/do-stuff.sh)"
Organization name: My Organization
Organization slug: myorg
(...output from the setup...)
---
All set! Next, push this to your own repo and customize:
git remote add origin [email protected]:myorg/dev-machine.git
git push
Next, check out getting started and customization.