diff options
author | Alan Pearce | 2017-06-08 12:12:36 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-08 12:12:36 +0200 |
commit | 02a125e944e62ce9c4fe8a0b34e7d973a6ca46f9 (patch) | |
tree | ef142305f63d5538f41561631868fb710f36d3ee /stow | |
parent | 272f3c8e6e368ac5abccc4a54ddbfc6b1de85f89 (diff) | |
download | dotfiles-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-x | stow | 2 |
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 "$@" |