aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..196503c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+README
+------
+
+To automatically install everything, just execute the install.sh script.
+Take a look at this script since it might perform some actions that are
+not of your satisfaction. Anyways, by default this script takes care of
+initializing and updating submodules (in my case, I keep the vundle repo as
+a submodule). Nonetheless, this script won't install the plugins for you. In
+order to do so remember to type the following inside vim:
+
+ :BundleInstall
+
+And that's about it. Use this at your own risk ;)
+