aboutsummaryrefslogtreecommitdiffstats
path: root/.stowrc
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-10-21 23:42:10 -0700
committerGravatar Tom Willemse2021-11-02 22:06:32 -0700
commit872ca5ff5a7e9fb6e767b91fefb4f160db001bf5 (patch)
treeb9efba05e7c4fa3c3231669dc4930874435fca93 /.stowrc
parentf655e1e3c288048aa62f1bf6226d54d8e38352cb (diff)
downloadnew-dotfiles-872ca5ff5a7e9fb6e767b91fefb4f160db001bf5.tar.gz
new-dotfiles-872ca5ff5a7e9fb6e767b91fefb4f160db001bf5.zip
[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.
Diffstat (limited to '.stowrc')
-rw-r--r--.stowrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.stowrc b/.stowrc
index 8459be5..8e27a40 100644
--- a/.stowrc
+++ b/.stowrc
@@ -4,3 +4,4 @@
--ignore .dir-locals.el
--ignore PKGBUILD
--ignore pkg.tar.xz
+--no-folding