custom shell and vim files mostly
  • Shell 92%
  • Lua 5.8%
  • Go Template 2.1%
Find a file
2014-10-24 22:48:44 -04:00
vim Initial checkin of dotfiles 2014-10-24 22:48:44 -04:00
zsh Initial checkin of dotfiles 2014-10-24 22:48:44 -04:00
README.md Initial checkin of dotfiles 2014-10-24 22:48:44 -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:

#. cd ~ #. 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