#! /bin/zsh #! /bin/zsh GIT_ROOT=$(git rev-parse --show-toplevel) mkdir -p ~/.fonts/ ln -s ${GIT_ROOT}/fonts/Hack* ~/.fonts/ > /dev/null 2>&1