From 191b75a6b45fe9704e17e54f2504e3919f0e1a78 Mon Sep 17 00:00:00 2001 From: mapperr Date: Sun, 27 Oct 2019 13:04:07 +0100 Subject: [PATCH] Document the take feature --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index cb17dcb..293f69d 100644 --- a/README.md +++ b/README.md @@ -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 `/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 `. -- 2.45.2