Dotfiles handler based on oh-my-zsh and powered by Node.
npm install dootDotfiles handler based on oh-my-zsh
and powered by Node.

``bash`
$ npm install -g doot
List all the available commands and appropriate documentation:
`bash`
$ doot -h
* Should be tested
* Must be one-line-installation ready
`bash`
$ npm install -g doot
* Must be configurable
`bash`
$ doot setup
* Features must be listed and searchable
`bash`
$ doot search
$ doot search pg
#=> pgsql
* Features must be added/removed by installation
`bash`
$ doot install postgresql
$ doot uninstall postgresql
Plugins list can be found in config.json.
* All features should be configurable
`bash``
$ doot_postgresql setup
* ruby
* git
* guard
* rspec
* rubocop
* vim
* rails
* rbenv
* pgsql
* ssh
* archive
* path
* heroku
* curl
* osx
* [x] Test Upgrade action module
* [x] Test Search action module