It makes `~/.local/` a symlink into the stowdir, but on most systems, I don't want to track the whole thing. * [ ] Look on my home system for what paths are symlinks * [ ] Add `mkdir -p` for paths that shouldn't be symlinks before the stow step
It makes
~/.local/a symlink into the stowdir, but on most systems, I don't want to track the whole thing.mkdir -pfor paths that shouldn't be symlinks before the stow step