From 6260ad3ecd6318e50f8fefe2763306792a70f452 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 24 Oct 2014 22:54:25 -0400 Subject: [PATCH] Another fix for markdown. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 09ffc25..b4603c5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,13 @@ -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: -1. cd ~ -2. ln -s ~dotfiles/vim/vimrc .vimrc + ln -s ~dotfiles/vim/vimrc .vimrc At some point I may make a utility to manage those, but that's the way to do it for now