Browse Source

update install for docker

Chris 5 years ago
parent
commit
f50a444594
1 changed files with 4 additions and 4 deletions
  1. 4 4
      utils/install.sh

+ 4 - 4
utils/install.sh

@@ -145,10 +145,10 @@ pip3 list | grep pynvim > /dev/null && echo "pynvim installed, moving on..." ||
 # clone config down
 # clone config down
 cloneconfig
 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
 # install plugins
 which nvim > /dev/null && installplugins
 which nvim > /dev/null && installplugins