This is my ~/dotfiles/vim dir:
Clone the repo:
git clone https://github.com/fuzzball81/vim_stuff.git ~/dotfiles/vim
Make a symlink:
ln -s ~/dotfiles/vim ~/.vim
Clone Vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Make sure vim finds the vimrc file by either symlinking it:
ln -s ~/dotfiles/vim/vimrc ~/.vimrc
or by sourcing it from your own ~/.vimrc:
source ~/dotfiles/vim/vimrc