My own configuration files for bash, git, vim, and others
UPDATE IN PROGRESS
- do a "git submodule update" in order to update all vim submodules in vim/.vim/bundle . All process relies on Vundle
- to use Vundle to install all plugins, copy .vimrc from vim/.vim and then open vim and type ":PluginInstall"
- cd ~/.vim/bundle/YouCompleteMe
- git submodule update --init --recursive
- ./install.sh --clang-completer
- at this point, everything should be installed
- copy all .bash* to ~