#----------------------------------
git transport should be either "https://github.com/" or "[email protected]:"
git_transport="https://github.com/"
git_user="kernelsmith"
git_user_plugins_repo="zsh-custom-plugins"
git_ohmyzsh_user="robbyrussell"
git_ohmyzsh_repo="oh-my-zsh"
git clone ${git_transport}${git_ohmyzsh_user}/${git_ohmyzsh_repo}.git
cd ${git_ohmyzsh_repo}/custom
rm -rf plugins
git clone ${git_transport}${git_user}/${git_user_plugins_repo}.git plugins