Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 461 Bytes

File metadata and controls

27 lines (21 loc) · 461 Bytes

Dotfiles

This is Roger Leite's dot f*** files for Mac and Linux users.

Vim Instalation

First of all you need to clone the repo

cd ~
git clone https://github.com/rogerleite/Dotfiles.git

Then the submodules

cd Dotfiles
git submodule init
git submodule update

Link it to your .vim and .vimrc and be happy

ln -s ~/Dotfiles/.vim ~/.vim
ln -s ~/Dotfiles/.vimrc ~/.vimrc

Others

TODO someday