mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 13:09:18 +00:00
fix splitting issue for #198 and rename to optional
This commit is contained in:
@@ -63,11 +63,14 @@ config:
|
||||
create: true
|
||||
dotpath: dotfiles
|
||||
import_variables:
|
||||
- /variables/does/not/exist:ignore
|
||||
- /variables/does/not/exist:optional
|
||||
- /variables/does/not/::exist:optional
|
||||
import_actions:
|
||||
- /actions/does/not/exist:ignore
|
||||
- /actions/does/not/exist:optional
|
||||
- /actions/does/not/::exist:optional
|
||||
import_configs:
|
||||
- /configs/does/not/exist:ignore
|
||||
- /configs/does/not/exist:optional
|
||||
- /configs/does/not/::exist:optional
|
||||
dotfiles:
|
||||
f_abc:
|
||||
dst: ${tmpd}/abc
|
||||
|
||||
Reference in New Issue
Block a user