summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
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 {} ~ \;
;;