dotfiles/README.md

11 lines
440 B
Markdown
Raw Normal View History

2014-10-24 22:54:25 -04:00
#My Dotfiles
2014-10-24 22:48:44 -04:00
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.
2014-10-24 22:54:25 -04:00
##File Naming
2014-10-24 22:51:58 -04:00
2014-10-24 22:48:44 -04:00
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:
2014-10-24 22:54:25 -04:00
ln -s ~dotfiles/vim/vimrc .vimrc