From 870de446f7f7028d3084baa339d19972f7380b68 Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 20 Apr 2018 02:45:37 +0200 Subject: listPlugin is now a script to install plugins --- pack/ache/start/installPlugin.sh | 10 ++++++++++ pack/ache/start/listPlugin | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100755 pack/ache/start/installPlugin.sh delete mode 100644 pack/ache/start/listPlugin 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 -- cgit v1.2.3