custom shell and vim files mostly
Find a file
2019-01-09 14:10:53 -05:00
tmux Added 2 new plugins since last checkin 2017-09-18 16:31:26 -04:00
vim Added python handler thingy for vimrc 2018-06-25 15:46:53 -04:00
zsh Moved functions into directory, and sourced from .zshrc 2019-01-09 14:10:53 -05: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 Modified README 2017-10-10 11:12:18 -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