RcPilot is inspired by Thoughtbot's rcm. Moving dotfiles isn't really that hard, but it would be nice to automate that process, including the source management. That is the purpose of RcPilot.
Add this line to your application's Gemfile:
gem 'rc_pilot'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rc_pilot
TODO: Write usage instructions here
- Fork it ( http://github.com/mahinshaw/rc_pilot/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request