git clone https://github.com/bcyphers/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./configure install
source ~/.bash_profile
cd ~/.dotfiles
./configure clean
cd ~/.dotfiles
./configure pull
git submodule add [link_to_git_repository.git] vim/bundle[plugin_name]
git add .
git commit -m "Installed [plugin_name] as a submodule."
TODO: this can be automated