Commit 1576633

mo khan <mo.khan@gmail.com>
2019-11-09 21:26:14
Add a README
1 parent 9df1b8f
Changed files (1)
README.md
@@ -0,0 +1,21 @@
+# My vim
+
+Setup
+
+```bash
+$ git clone git@github.com:mokhan/vimfiles.git ~/.vim
+$ cd ~/.vim
+$ ./bin/setup
+```
+
+Update Plugins
+
+```bash
+$ ./bin/update
+```
+
+Add a new plugin
+
+```bash
+$ ./bin/add https://github.com/username/plugin.git
+```