Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 458 Bytes

Dotfiles

This is a forked repo from 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/wjsantos/Dotfiles.git

Than the 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