ralish / PSDotFiles

Bringing simple dotfiles management to Windows with PowerShell
MIT License
89 stars 7 forks source link

Add support for disabling folding of directories (`--no-folding` in Stow) #12

Open soredake opened 2 years ago

soredake commented 2 years ago

More info on this option can be found here: https://linux.die.net/man/8/stow https://news.ycombinator.com/item?id=7927930

ralish commented 2 years ago

Worth considering and shouldn't be that difficult. I expect this is far easier than the hardlink support in #9.