This is my repo for my Vim config. There are many like it, but this one is mine.
-
Clone the repository:
git clone [email protected]:sobering/dotvim.git ~/.vim
-
Symlink things:
ln -s ~/.vim/.vimrc ~/.vimrc
-
Initialize and update the Vundle submodule:
cd ~/.vim git submodule init git submodule update
-
Install your plugins:
vim +BundleInstall! +BundleClean +qall
-
Be cool 🤘