clone fonts into top level directory

This commit is contained in:
Paul Trowbridge 2020-12-07 04:13:30 +00:00
parent 64f25e862f
commit de074893b1

View File

@ -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;;