~mapperr/dfl

191b75a6b45fe9704e17e54f2504e3919f0e1a78 — mapperr 4 years ago f4047bf
Document the take feature
1 files changed, 18 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +18 -0
@@ 57,6 57,24 @@ It's clean, does not leave broken symlinks all around.

## Utilities


### Take

Spotted a file that you shold move to your dotfiles?

`dfl take .config/gopass/config.yml`

it moves that file into your `default` profile, recreating the relative directory structure.

It works with dotdirectories and you can specify an `override`, like:

`dfl t .fluxbox fluxbox`

It moves the `.fluxbox` directory into `<dotfiles_dir>/fluxbox/fluxbox`

After that you only need to link them up with `dfl l`.


### Git

If you have your dotfiles on some git repo you can do a `dfl clone <your repo>`.