Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 526 Bytes

This is my ~/dotfiles/vim dir:

Installation

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

Special Thanks

yazug (http://github.com/yazug)