You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ dfm import .config/htop/htoprc
ERROR: file .config/htop/htoprc is in a subdirectory that is not tracked, consider using 'dfm import .config'.
But $ dfm import .config add and commit all tree and all files. And wont add .config/htop too. Ok, we can create and add this path and file in manual mode. But we need add "recurse" in .dfminstall to each subdirs in tree path line by line with recurse.
It seems that including a single file from subdirectories (and then inject when dfm install) is more common than replacing an entire directory.
We can recurse by default and add "direct" (may be not perfect) keyword for .dfminstall.
The text was updated successfully, but these errors were encountered:
This scenario for example:
But
$ dfm import .config
add and commit all tree and all files. And wont add .config/htop too. Ok, we can create and add this path and file in manual mode. But we need add "recurse" in.dfminstall
to each subdirs in tree path line by line withrecurse
.It seems that including a single file from subdirectories (and then inject when dfm install) is more common than replacing an entire directory.
We can recurse by default and add "direct" (may be not perfect) keyword for
.dfminstall
.The text was updated successfully, but these errors were encountered: