1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

add ability to import to no profile with ALL

This commit is contained in:
deadc0de6
2022-09-03 08:44:47 +02:00
committed by deadc0de
parent 2ed28ceeda
commit 7974939e68
5 changed files with 180 additions and 15 deletions

3
docs/usage.md vendored
View File

@@ -69,6 +69,9 @@ dotfile management.
$ dotdrop import ~/.zshrc --as=~/.zshrc.test
```
By importing a path using the profile special keyword `ALL`, a dotfile will be created
in the config but won't be linked to any profile.
To ignore specific patterns during import, see [the ignore patterns](config-file.md#ignore-patterns).
For more options, see the usage with `dotdrop --help`.