Fixed MD formatting, and the ln command
This commit is contained in:
parent
2a50b24fec
commit
54042374c8
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
#My Dotfiles
|
||||
# My Dotfiles
|
||||
|
||||
Here are my configuration files that I use on my system. I use Vundle (https://github.com/gmarik/Vundle.vim) for all of my plugin management, so in order to get most of the things working, you need to have that installed first.
|
||||
|
||||
|
||||
##File Naming
|
||||
## File Naming
|
||||
|
||||
You should clone this to your home directory, and then create a symlink for the files. For example, if you want to use my .vimrc, you would:
|
||||
|
||||
ln -s ~dotfiles/vim/vimrc .vimrc
|
||||
ln -s ~/dotfiles/vim/vimrc .vimrc
|
||||
|
|
Loading…
Reference in a new issue