custom shell and vim files mostly
Find a file
2016-12-12 23:05:10 -05:00
tmux Added tmux conf, which at this point was mostly copied from someone else 2016-12-12 23:05:10 -05:00
vim Added YCM plugin, and spellcheck. 2015-12-27 12:22:18 -05:00
zsh Fixed hardcoded zsh-git-prompt source line 2015-06-03 09:39:30 -04:00
.gitignore added zsh-git-prompt as a submodule 2014-10-28 08:06:31 -04:00
.gitmodules added zsh-git-prompt as a submodule 2014-10-28 08:06:31 -04:00
README.md Another fix for markdown. 2014-10-24 22:54:25 -04:00

#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

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

At some point I may make a utility to manage those, but that's the way to do it for now