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 git@github.com:myorg/dev-machine.git
git pushNext, check out getting started and customization.