1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-12 14:46:16 +00:00

adding link_by_default option for #49

This commit is contained in:
deadc0de6
2018-07-17 11:05:49 +02:00
parent c8a37c1302
commit af7ac510f1
4 changed files with 10 additions and 3 deletions

View File

@@ -451,6 +451,7 @@ the following entries:
* `banner`: display the banner (default *true*)
* `longkey`: use long keys for dotfiles when importing (default *false*)
* `keepdot`: preserve leading dot when importing hidden file in the `dotpath` (default *false*)
* `link_by_default`: when importing a dotfile set `link` to that value per default (default *false*)
* **dotfiles** entry: a list of dotfiles
* When `link` is true, dotdrop will create a symlink instead of copying. Template generation (as in [template](#template)) is not supported when `link` is true.