[stow] Don’t fold directories when stowing files

Folding means that if stow discovers a parent directory for a project or a file
in it exists, it doesn’t create the directory structure and then links the file,
instead it makes a symbolic link between the directory.

This means that any files created in that directory show up in this repository.

The upside of that situation is that if I remove or rename files, and the
directory it’s in is folded, it doesn’t leave dead links around.
This commit is contained in:
Tom Willemse 2021-10-21 23:42:10 -07:00
parent f655e1e3c2
commit 872ca5ff5a

View file

@ -4,3 +4,4 @@
--ignore .dir-locals.el
--ignore PKGBUILD
--ignore pkg.tar.xz
--no-folding