From 54042374c8fb8828bc3ab1e07c14389a22709935 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Wed, 9 Jan 2019 15:49:58 -0500 Subject: [PATCH] Fixed MD formatting, and the ln command --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4e7a3d..79facc2 100644 --- a/README.md +++ b/README.md @@ -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