From 2d6337beaba0c6bb4e8ef818fedca564fc17064e Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 14 May 2018 22:23:01 +0200 Subject: Commented installer script and fixed local installer --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1ee5cdf..cfdf3bd 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,9 @@ # Welcome to Vimax! # +# This script allows a local installation to some random path and starts +# the vim-EDITOR after installation is finished. That way the configuration +# can easily be tested. +# # You have just executed this script if [[ ! $EDITOR =~ ^n?g?vim?$ ]]; then @@ -28,4 +32,4 @@ $EDITOR -u vimrc-full -N \ +'PlugInstall --sync' \ +qall -$EDITOR $0 +$EDITOR -u vimrc-full -N $0 -- cgit v1.2.3