diff --git a/setup.sh b/setup.sh index 5877c71..67841fb 100755 --- a/setup.sh +++ b/setup.sh @@ -56,7 +56,7 @@ then read -p "do you want to install powerline fonts from https://github.com/powerline/fonts?" yn case $yn in [Yy]* ) - git clone https://github.com/powerline/fonts; + git clone https://github.com/powerline/fonts ~/fonts; cd fonts; ./install.sh; break;;