Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 473 Bytes

dotfiles

This repository contains configuration files for software I use.

Installation

Clone this repository, initialize the Vundle submodule, and use dotfiles to automatically create symlinks from the actual dotfiles to the files in this repository:

git submodule init
git submodule update
dotfiles --sync --force

Run :BundleInstall in Vim to have Vundle install Vim plugins.