gfontinstallermac/fontupdater.sh
2021-01-09 07:32:16 -05:00

8 lines
142 B
Bash

#!/bin/bash
#Source config file
. ${PWD}/config
#Move to font directory
cd /Users/$USER/Library/Fonts/google-fonts
sudo -u $USER git pull