summaryrefslogtreecommitdiff
path: root/pack/ache/start/installPlugin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pack/ache/start/installPlugin.sh')
-rwxr-xr-xpack/ache/start/installPlugin.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/pack/ache/start/installPlugin.sh b/pack/ache/start/installPlugin.sh
new file mode 100755
index 0000000..4654507
--- /dev/null
+++ b/pack/ache/start/installPlugin.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+# jellybeans.vim/,
+git clone https://github.com/nanotech/jellybeans.vim
+
+# tabular/,
+git clone https://github.com/godlygeek/tabular
+
+# python-mode
+git clone https://github.com/python-mode/python-mode