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

[link.sh] Issue with creating vim symlinks #28

Closed
bugwelle opened this issue May 18, 2016 · 1 comment
Closed

[link.sh] Issue with creating vim symlinks #28

bugwelle opened this issue May 18, 2016 · 1 comment

Comments

@bugwelle
Copy link

bugwelle commented May 18, 2016

On LinuxMint 17.3 the link.sh script doesn't link the vim files correctly.

Issue
~/.vim links to itself! Not to ~/.dotfiles/config/nvim
The same goes for .vimrc

Solution:
Line 54 should look like this:

        ln -s ${vimfiles[$file]} $file

I don't know whether this change affects other systems or whether it still works on Mac OSX.

Regards,

Andre

@nicknisi
Copy link
Owner

@archer96 Yeah, that was incorrect on osx as well. Thanks for pointing it out and providing the fix!

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

2 participants