Various dotfiles and misc configs. I've made an effort to remove hardcoded paths specific to my computers, but some may have slipped through!
Go to file
2014-12-03 14:42:37 -05:00
iterm Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
notes Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
scripts/ruby Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
vim Add vim plugin for tmux navigation 2014-12-03 14:42:37 -05:00
zsh Fix a path 2014-12-01 21:06:55 -05:00
.gitignore Add support for rbenv and ruby perf fix 2013-07-17 18:46:38 -04:00
gitconfig Add signing key to gitconfig 2014-06-25 12:41:40 -04:00
githelpers Fix for sed cmd on linux 2014-09-29 22:34:32 -04:00
gitignore Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
Rakefile Force removal of existing dotfiles when installing 2014-06-25 12:43:05 -04:00
README.md Create README.md 2014-06-25 13:24:54 -04:00
tmux.conf Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
vimrc Add vim plugin for rainbow clojure parens 2014-12-03 14:42:28 -05:00
zlogin Updates 2014-01-25 00:09:45 -05:00
zprofile Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
zshenv Bunch of changes inspired by r00k 2013-07-07 17:25:47 -04:00
zshrc Fixes for Linux 2014-11-28 11:10:37 -05:00

dotfiles

My vim and git config files. Some of it is customized around my system setup (like aliases pointing to paths) but you should be able to easily remove that stuff.

Installing

Installation is done via Rake. Just run

rake install

This will create symlinks in your home folder to the various dotfiles in this repo.