This gem is intended to be used to manage dotfiles across systems. Using it will allow you to easily sync dotfiles from a git repo to a new system with a few short commands.
Add this line to your application's Gemfile:
gem 'fullstop'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fullstop
TODO: Write usage instructions here
TODO: Write full commands and help here
- Fork it
- 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