From 6d3794a9e103516fdb93b93380bc1e08c6003c80 Mon Sep 17 00:00:00 2001 From: Adam Veldhousen Date: Thu, 2 Jun 2016 05:19:20 -0500 Subject: [PATCH] added font installation --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index cd99ea7..e0b4517 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -34,6 +34,10 @@ fi #ln -fs ${source}/Tools ${dest}/tools cp -R ${source}/tools ${dest}/tools +echo "installing fonts" +find -f ${source}/tools/modules/powerline-fonts | grep "\.[to]tf" | xargs -I {} cp {} /Users/$(whoami)/Library/Fonts/ + + # sometimes its easier if you just change directories pushd ${dest} 2&> /dev/null