This is my ~/.vim dir and this, dear reader, is a horse:
               ,
              / \,,_  .'|
           ,{{| /}}}}/_.'
          }}}}` '{{'  '.
        {{{{{    _   ;, \
     ,}}}}}}    /o`\  ` ;)
    {{{{{{   /           (
    }}}}}}   |            \
   {{{{{{{{   \            \          ,-------------------------------.
   }}}}}}}}}   '.__      _  |        /       HI                        \
   {{{{{{{{       /`._  (_\ /       /      /   \                        |
    }}}}}}'      |    //___/   --= <   VVVI     HI-HI-HI                |
jgs `{{{{`       |     '--'         \                   \               |
     }}}`                            \                  HIM-HIM-HIM!!!  /
                                      '--------------------------------'
Clone the repo:
git clone https://github.com/scrooloose/vimfiles.git ~/.vim
Grab Vundles:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Install Plugins
vim +PluginInstall +qall
Make sure vim finds the vimrc file by either symlinking it:
ln -s ~/.vim/vimrc ~/.vimrc
or by sourcing it from  your own ~/.vimrc:
source ~/.vim/vimrc