From de074893b175ac1ff98590bdf00b76fe05154622 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 7 Dec 2020 04:13:30 +0000 Subject: [PATCH] clone fonts into top level directory --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;;