summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-04-20 02:45:37 +0200
committerache <ache@ache.one>2018-04-20 02:45:37 +0200
commit870de446f7f7028d3084baa339d19972f7380b68 (patch)
tree718345daa2800a7b1076997dc598640f4695a3d0
parentAdd a list of plugins (diff)
listPlugin is now a script to install plugins
-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