Because why even download/clone/submodule stuff, when you can just mention it by name!
vimrc gets the following
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Then you just mention the bundles by name
e.g.
Bundle ‘kovisoft/slimv’
and there’s a one time :BundleInstall that you need to run for vundle to copy over the plugins … and you’re all set!