clone fonts into top level directory
This commit is contained in:
parent
64f25e862f
commit
de074893b1
2
setup.sh
2
setup.sh
@ -56,7 +56,7 @@ then
|
|||||||
read -p "do you want to install powerline fonts from https://github.com/powerline/fonts?" yn
|
read -p "do you want to install powerline fonts from https://github.com/powerline/fonts?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]* )
|
[Yy]* )
|
||||||
git clone https://github.com/powerline/fonts;
|
git clone https://github.com/powerline/fonts ~/fonts;
|
||||||
cd fonts;
|
cd fonts;
|
||||||
./install.sh;
|
./install.sh;
|
||||||
break;;
|
break;;
|
||||||
|
Loading…
Reference in New Issue
Block a user