https://github.com/linyows/dotfiles-cookbook
This cookbook makes your dotfiles.
https://github.com/linyows/dotfiles-cookbook
Last synced: 10 months ago
JSON representation
This cookbook makes your dotfiles.
- Host: GitHub
- URL: https://github.com/linyows/dotfiles-cookbook
- Owner: linyows
- Created: 2013-05-04T08:27:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T01:21:00.000Z (over 12 years ago)
- Last Synced: 2025-04-03T13:00:29.259Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles Cookbook
=================
This cookbook makes your dotfiles.
Usage
-----
Just include `dotfiles` in your node's `run_list`:
```json
{
"name": "my_node",
"run_list": [
"recipe[dotfiles]"
],
"dotfiles": {
"data_bag_user_id": "vagrant"
}
}
```
A data bag called "users" with an item for your user like the following:
```json
{
"id": "vagrant",
"dotfiles": {
"resource": "git://github.com/linyows/dotfiles.git",
"after_deploy": "setup.sh"
}
}
```
Authors and Contributors
------------------------
- [linyows](https://github.com/linyows)
License
-------
MIT