summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-05-13 22:19:21 -0400
committerChris <[email protected]>2020-05-13 22:19:21 -0400
commitf50a444594fa3bed2998a684e391fb35692fa9e4 (patch)
tree37cdea815a1f21fb5b12565efe88dc1179d6ead6
parent8b94b4f307f3ed936b80751229f43c6f9c9cd414 (diff)
update install for docker
-rwxr-xr-xutils/install.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/install.sh b/utils/install.sh
index 47119566..59ada52c 100755
--- a/utils/install.sh
+++ b/utils/install.sh
@@ -145,10 +145,10 @@ pip3 list | grep pynvim > /dev/null && echo "pynvim installed, moving on..." ||
# clone config down
cloneconfig
-echo "Nvim Mach 2 is better with at least ripgrep, ueberzug and ranger"
-echo -n "Would you like to install these now? (y/n)? "
-read answer
-[ "$answer" != "${answer#[Yy]}" ] && installextrapackages || echo "not installing extra packages"
+# echo "Nvim Mach 2 is better with at least ripgrep, ueberzug and ranger"
+# echo -n "Would you like to install these now? (y/n)? "
+# read answer
+# [ "$answer" != "${answer#[Yy]}" ] && installextrapackages || echo "not installing extra packages"
# install plugins
which nvim > /dev/null && installplugins