mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2026-01-03 15:24:48 +00:00
16 lines
155 B
Plaintext
16 lines
155 B
Plaintext
My vim configuration
|
|
|
|
cd ~
|
|
git clone <repo> .vim
|
|
ln -s ~/.vim/.vimrc .vimrc
|
|
|
|
cd .vim
|
|
git submodule init
|
|
git submodule update
|
|
|
|
vim
|
|
:BundleInstall
|
|
|
|
Huzzah!
|
|
|