doot

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

Usage no npm install needed!

<script type="module">
  import doot from 'https://cdn.skypack.dev/doot';
</script>

README

doot

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

Codeship Status for caedes/doot

Installation

$ npm install -g doot

Command list

List all the available commands and appropriate documentation:

$ doot -h

Whishes

  • Should be tested

  • Must be one-line-installation ready

    $ npm install -g doot
    
  • Must be configurable

    $ doot setup
    
  • Features must be listed and searchable

    $ doot search
    $ doot search pg
      #=> pgsql
    
  • Features must be added/removed by installation

    $ doot install postgresql
    $ doot uninstall postgresql
    

    Plugins list can be found in config.json.

  • All features should be configurable

    $ doot_postgresql setup
    

Desired plugins

  • ruby
  • git
  • guard
  • rspec
  • rubocop
  • vim
  • rails
  • rbenv
  • pgsql
  • ssh
  • archive
  • path
  • heroku
  • curl
  • osx

Todo

  • Test Upgrade action module
  • Test Search action module