From 554c136c7764410e9f10845cdebef34498fa8992 Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 18 Nov 2011 10:19:31 -0600 Subject: [PATCH] Updated readme for submodules --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b6aa93f..5d8233b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ There are two main goals accomplished in my dotfiles to produce insane productiv * All common bash commands should be two and three character mnemonic aliases * Most vim tasks, especially those having to do with navigation, should be mapped to a single Capital Letter or two letter mnemonic. +Submodules +--- + +This project uses git submodules for some of its plugins. Please run: + + git submodule update + +To get all the current plugins. Over time, I plan to move all plugins into submodules. + Setup for Bash --- To set these up as your own (careful, don't overwrite your bash_profile unintentionally!):