install: Cleanup info on first start
authorStefan Huber <shuber@sthu.org>
Mon, 1 Feb 2021 14:20:39 +0000 (15:20 +0100)
committerStefan Huber <shuber@sthu.org>
Mon, 1 Feb 2021 14:20:39 +0000 (15:20 +0100)
install.sh

index 6def7c94c7c5796b69d1cc9e64fe74ccf4820389..d50c6d9b8a46f5601b239f5c698c2eb517f05ea5 100755 (executable)
@@ -77,13 +77,14 @@ install() {
     ln -s $HOME/.vim/gvimrc $HOME/.gvimrc
     ln -s $HOME/.vim $HOME/.config/nvim
 
-    echo ""
-    echo "vim-startify may complain about invalid viminfo file. It will"
-    echo "disappear once you opened the first file."
-    echo ""
-    echo "Add this line to your shell configuration, e.g., ~/.profile, to"
-    echo "use vim as man pager:"
-    echo "  export MANPAGER=\"view -c MANPAGER -\""
+    cat << EOF
+At the first start the plugins will be installed. Hence, at the first
+start the plugin provided colorscheme is not available yet.
+
+Add this line to your shell configuration, e.g., ~/.profile, to
+use vim as man pager:
+  export MANPAGER=\"view -c MANPAGER -\"
+EOF
 }