added font installation

osx
Adam Veldhousen 8 years ago
parent 22af81b6ac
commit 6d3794a9e1
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

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

Loading…
Cancel
Save