Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 405 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 405 Bytes

About

My personal configuration files.

Installing vimrc

Clone project and copy vimrc file to the user home directory:

$ git clone https://github.com/sergioprado/dotfiles.git
$ cp dotfiles/vimrc ~/.vimrc

Clone Vundle plugin and install other plugins:

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
$ vim +PluginInstall +qall

Have fun!