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.