summary refs log tree commit diff stats
path: root/stow
diff options
context:
space:
mode:
authorAlan Pearce2017-06-08 12:12:36 +0200
committerAlan Pearce2017-06-08 12:12:36 +0200
commit02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9 (patch)
treeef142305f63d5538f41561631868fb710f36d3ee /stow
parent272f3c8e6e368ac5abccc4a54ddbfc6b1de85f89 (diff)
downloaddotfiles-02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9.tar.lz
dotfiles-02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9.tar.zst
dotfiles-02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9.zip
stow: Disable tree-folding
Create new directories as directories when installing a package set,
rather than "optimising" by linking the parent directory.

e.g. .emacs.d on a new system.  It should always be a directory, as
emacs stores files there that are not for the consideration of stow.
Diffstat (limited to 'stow')
-rwxr-xr-xstow2
1 files changed, 1 insertions, 1 deletions
diff --git a/stow b/stow
index c708e49..761a5b5 100755
--- a/stow
+++ b/stow
@@ -1,2 +1,2 @@
 #!/bin/sh
-stow --target="$HOME" "$@"
\ No newline at end of file
+stow --target="$HOME" --no-folding "$@"