custom shell and vim files mostly
Go to file
2021-05-18 12:54:20 -04:00
direnv Beginning switch to direnv from autoenv 2019-05-08 11:12:45 -04:00
mutt more account customization 2021-03-26 16:10:47 -04:00
nvim Fixed missing spaceduck activation for vim 2021-05-18 12:54:20 -04:00
tmux added key bindings for panel nav 2021-03-15 08:48:51 -04:00
vim Fixed missing spaceduck activation for vim 2021-05-18 12:54:20 -04:00
zsh Fixed missing spaceduck activation for vim 2021-05-18 12:54:20 -04:00
.direnvrc Added .direnvc 2020-04-30 09:31:20 -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 Fixed MD formatting, and the ln command 2019-01-09 15:49:58 -05: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