diff options
| -rwxr-xr-x | utils/install.sh | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/utils/install.sh b/utils/install.sh index 59ada52c..8a0788ed 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -153,6 +153,8 @@ cloneconfig  # install plugins  which nvim > /dev/null && installplugins +installcocextensions +  echo "I recommend you also install and activate a font from here: https://github.com/ryanoasis/nerd-fonts"  echo "I also recommend you add 'set preview_images_method ueberzug' to ~/.config/ranger/rc.conf" | 
