From c2f56bd4ccc9115a3fa81038f6c67a422eaac95c Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 25 Jun 2014 13:24:54 -0400 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..41a5be7 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +dotfiles +======== + +My vim and git config files. Some of it is customized around my system setup (like aliases pointing to paths) but you should be able to easily remove that stuff. + +Installing +========== + +Installation is done via Rake. Just run + + rake install + +This will create symlinks in your home folder to the various dotfiles in this repo.