Wednesday, November 23, 2011

Re: Dotfile and Github

李杰辉, Tue 2011-11-22 @ 19:23:34+0800:
> I want to know more details about how to create simlinks from the
> expected locations to ~/.dotfiles.If you can give any help I would be
> more grateful !

It sounds like you want some general tips on working in a Unix
environment, and this list isn't really the place for that.

In response to your specific question, though, you can create links
using:

ln -s <target> <link name>

So, if you want to link to ~/.dotfiles/vimrc as ~/.vimrc, then do:

ln -s ~/.dotfiles/vimrc ~/.vimrc

No comments:

Post a Comment