Skip to content
/ dotfiles Public

My dotfiles, based on r00k/dotfiles

License

Notifications You must be signed in to change notification settings

radwo/dotfiles

Repository files navigation

Radosław Woźniak's dot files

Installation

git clone [email protected]:radwo/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

git submodule update --init --recursive

rake install

Vim plugins are managed through vundle. You'll need to install vundle to get them.

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

And in vim run

:BundleInstall.