This cookbook installs the dotfiles from https://github.com/ryane/dotfiles
git- dotfiles needs git.
| Key | Type | Description | Example |
|---|---|---|---|
| ['dotfiles']['user'] | String | the user you are installing dotfiles for | vagrant |
| ['dotfiles']['group'] | String | the group | vagrant |
Just include dotfiles in your node's run_list:
{
"name":"my_node",
"run_list": [
"recipe[dotfiles]"
]
}- Fork the repository on Github
- Create a named feature branch (like
add_component_x) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Ryan Eschinger