- Cloning my dotfiles
git clone "http://github.com/vedantsingh1404/dotfiles"- Setting up Vundle, the plugin manager used in the dotfiles
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim- Copying the dotfiles
cd dofiles/
./.make.sh- Installing all the Plugins
vim -c :PluginInstallYou are all set.