added font installation

osx
Adam Veldhousen 2016-06-02 05:19:20 -05:00
parent 22af81b6ac
commit 6d3794a9e1
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 4 additions and 0 deletions

View File

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