Install Git, a stupid content tracker.
include git
git::config::local { '/path/to/my/repo':
ensure => present,
key => 'user.email',
value => 'turnt@example.com'
}
git::config::global { 'user.email':
value => 'turnt@example.com'
}
boxen
homebrew
Write code. Run script/cibuild
to test it. Check the script
directory for other useful tools.