Some of my configuration files.
I don't expect people to clone and use these files as-is, but you're free to look around and take whatever you want.
(Mainly notes for myself.)
git clone git://github.com/mhyee/dotfiles.git
cd dotfiles
git submodule init
git submodule update
./link.sh
vim -u .vim/bundles.vim +BundleInstall +q
I'm using a personal fork of Bash it. It's just as opinionated as I am, so I butchered it and modified it all over the place.
My entire bash configuration is within my Bash it
fork and .bash_profile
in this repo.
I decided to use bash instead of zsh.
I use vim as my editor, but I use emacs keybindings for Readline.
Test this config on my other machines, make sure it works on both Mac and Linux. Move configurations out of Bash-it. Reorganize and document vim config.