Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 439 Bytes

.dotfiles

My config files (aka dotfiles), they might be useful for someone else.

Installation

cd $HOME
git clone git@github.com:adrs0049/dotfiles.git .dotfiles
ln -s .dotfiles/.??* -t .
unlink .git

.vimrc

The Vim configuration require Vundle to be installed.

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim