Skip to content

ryane/chef-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles Cookbook

This cookbook installs the dotfiles from https://github.com/ryane/dotfiles

Requirements

packages

  • git - dotfiles needs git.

Attributes

dotfiles::default

Key Type Description Example
['dotfiles']['user'] String the user you are installing dotfiles for vagrant
['dotfiles']['group'] String the group vagrant

Usage

dotfiles::default

Just include dotfiles in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[dotfiles]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Ryan Eschinger

About

install my personal dotfiles with a chef cookbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages