From 02d5e9e871bf7501989ad4e8956da31fb9c8f302 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 22 Dec 2014 21:36:43 +0100 Subject: vimperator: get vimperatorrc from duskCoder/VimperatorrcBuilder duskCoder/VimperatorrcBuilder has been added as a submodule. The install.sh script will first clone the repositoy and then use python to generate the .vimperatorrc file. Signed-off-by: Olivier Gayot --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 6f79578..1b9aa4b 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,11 @@ fi case "$1" in user) + git clone https://github.com/duskCoder/VimperatorrcBuilder.git tmp && + ( + python tmp/example.py > user/.vimperatorrc + ) + rm -rf tmp echo "installing the user configuration..." find user -maxdepth 1 -mindepth 1 -exec cp -ivr {} ~ \; ;; -- cgit v1.2.3