all repos — archive/dotfiles @ 02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9

Superseded by nixfiles

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.
Alan Pearce alan@alanpearce.eu
Thu, 08 Jun 2017 12:12:36 +0200
commit

02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9

parent

272f3c8e6e368ac5abccc4a54ddbfc6b1de85f89

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M stowstow
@@ -1,2 +1,2 @@ #!/bin/sh
-stow --target="$HOME" "$@"+stow --target="$HOME" --no-folding "$@"