/dotfiles

My personal configuration files.

Primary LanguageVim ScriptGNU General Public License v2.0GPL-2.0

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!