$ cd ~
$ git clone https://github.com/amaramrahul/dotfiles.git
$ apt-get install exuberant-ctags # dependency for tagbar plugin
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ ln -s dotfiles/vimrc ~/.vimrc
$ vim +PluginInstall +qall
$ ln -s dotfiles/UltiSnips ~/.vim/UltiSnips