summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpack/ache/start/installPlugin.sh10
-rw-r--r--pack/ache/start/listPlugin3
2 files changed, 10 insertions, 3 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
diff --git a/pack/ache/start/listPlugin b/pack/ache/start/listPlugin
deleted file mode 100644
index cb50a6d..0000000
--- a/pack/ache/start/listPlugin
+++ /dev/null
@@ -1,3 +0,0 @@
-jellybeans.vim/, https://github.com/nanotech/jellybeans.vim
-tabular/, https://github.com/godlygeek/tabular
-python-mode/, https://github.com/python-mode/python-mode