/chef-git

A Chef cookbook to install and configure git and some extras

Primary LanguageRubyMIT LicenseMIT

git cookbook

A git cookbook for Arch Linux.

Installation

Using Berkshelf, add the git cookbook to your Berksfile.

cookbook 'git', git: 'git@github.com:logankoester/chef-git.git', branch: 'master'

Then run berks to install it.

Default

Usage

Add recipe[git::default] to your run list.

Development

# Start an archlinux vm
cd git
vagrant up 

# Edit files...

# Run again
vagrant provision 

# Verify
vagrant ssh

Author

Author:: Logan Koester (logan@logankoester.com)