aspiers / stow

GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches
http://www.gnu.org/s/stow/
GNU General Public License v3.0
589 stars 41 forks source link

stow does nothing #74

Closed quantum-booty closed 3 years ago

quantum-booty commented 3 years ago

I am trying to backup nvim config with the following command, but it does absolutely nothing, what I'm I doing wrong?

mkdir -p dotfiles/nvim/.config/nvim
cd dotfiles
stow nvim

It looks like the it is stuck on "processing tasks", has anyone experienced the same thing?

[user@user-tm1701 dotfiles]$ stow -S nvim -v 3
stow dir is /home/user/dotfiles
stow dir path relative to target /home/user is dotfiles
cwd now /home/user
cwd restored to /home/user/dotfiles
cwd now /home/user
Planning stow of package nvim...
Stowing contents of dotfiles/nvim (cwd=/home/user)
Stowing dotfiles / nvim / .config
Stowing contents of dotfiles/nvim/.config (cwd=/home/user)
Stowing dotfiles / nvim / .config/nvim
Stowing contents of dotfiles/nvim/.config/nvim (cwd=/home/user)
Planning stow of package nvim... done
cwd restored to /home/user/dotfiles
Processing tasks...