dfg

Version, currently master branch1 version
  • master branchlatestJul 2, 2020

github.com/jjlorenzo/dfg

dfg

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  dfg:
    github: jjlorenzo/dfg
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.35.1
License
MIT
Author
Jose Jorge Lorenzo
Targets
  • dfg from src/cli.cr
  • dfg-run from lib/crun/src/main.cr

Dependencies

Runtime Dependencies

  • cli*github: bcardiff/cli, branch: crystal/0.35.1
  • crun*github: val/crun
  • tallboy*github: epoch/tallboy

Development Dependencies

  • ameba*github: crystal-ameba/amebadev

README

dfg

A dotfiles and config manager

Installation

TODO: Write installation instructions here

Usage

$ dfg --help

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/jjlorenzo/dfm/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors