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
2015-11-21 13:46:58 -05:00
bin Add selecta 2015-11-18 09:13:50 -05:00
config Add some Arch configs 2015-11-21 12:25:06 -05:00
iterm Add new iterm color theme 2015-10-17 17:38:50 -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
terminator Change terminator working directory 2015-11-21 12:47:35 -05:00
vim Lil updates 2015-11-17 21:50:00 -05:00
zsh Remove tabs 2015-11-21 13:46:58 -05:00
.gitignore Add Vundle.vim as a git submodule 2015-11-17 00:12:00 -05:00
.gitmodules Add Vundle.vim as a git submodule 2015-11-17 00:12:00 -05:00
gitconfig Lil updates 2015-11-17 21:50:00 -05: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 Update Rakefile 2015-11-17 00:12:09 -05: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 Lil updates 2015-11-17 21:50:00 -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 Move zsh exports to zshenv 2015-11-17 00:26:42 -05:00
zshrc Remove zstyle compinstall call 2015-11-20 11:19:03 -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.