Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect symlinks when stowing multiple packages #118

Open
chrede88 opened this issue Sep 19, 2024 · 0 comments
Open

Incorrect symlinks when stowing multiple packages #118

chrede88 opened this issue Sep 19, 2024 · 0 comments

Comments

@chrede88
Copy link

chrede88 commented Sep 19, 2024

I've encountered an odd issue with stow, specifically when I try to stow multiple packages using stow ..

Here's an example:
I've my dotfiles in a subfolder under $HOME (~ on macOS): ~/.dotfiles/.
Here I've a packages called gh: ~/.dotfiles/gh/.config/gh/ which contains some (dot)files. If I stow this packages using stow -v gh, stow correctly creates a symlink: LINK: .config/gh => ../.dotfiles/gh/.config/gh.
However if I try to stow all my packages in one go using stow ., stow creates an incorrect symlink: LINK: gh => .dotfiles/gh.

What am I doing wrong here?

Link to my repo on Github: https://github.com/chrede88/dotfiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant