Description
Paging @jvkersch in case he has any insight.
I use stow
to manage my dotfiles. If I am trying to stow my config for zathura, I run stow --dotfiles zathura
from ~/dotfiles
, which contains zathura/dot-config/zathura/zathurarc
. This outputs:
stow: ERROR: stow_contents() called with non-directory path: dotfiles/zathura/.config
I have no problem if I change the path to zathura/.config
. Furthermore, stow --dotfiles bash
works fine on the file bash/dot-bashrc
. It only fails with directories.
I'll freely admit I know little of the internals here, so I'm sorry if I'm just misunderstanding how to use it. But the error message makes it seem like stow
is converting the path before getting the path contents and stowing, when it should be getting the path contents, then converting the path, and finally stowing.
Thanks for any insight you can provide.