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

Fix check to be Stow compatible when calling dotin link from another folder #8

Open
marcospb19 opened this issue Jun 15, 2024 · 0 comments
Labels
bug Something isn't working high-priority

Comments

@marcospb19
Copy link
Owner

After running

cd ~/dotfiles
stow GROUP

if you run this the checks succeed:

cd
dotin link GROUP

example output:

OK: skipping already-existing link at "/home/marcospb19/.fehbg"

However, if you run the same command from another folder:

cd ~/dotfiles
dotin link GROUP

the checks fail with this message

Conflict: skipping creating link at "/home/marcospb19/.fehbg", the symlink already
                             exists, but it points to "dotfiles/wallpaper/.fehbg", which is not the right location,
                             expected it to point to "/home/marcospb19/dotfiles/wallpaper/.fehbg"
@marcospb19 marcospb19 added bug Something isn't working high-priority labels Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority
Projects
None yet
Development

No branches or pull requests

1 participant