aboutsummaryrefslogtreecommitdiff
path: root/fonts.sh
blob: d6b95aac8405af2ce83f5527ca57e34441fec19c (plain) (blame)
1
2
3
4
5
#!/bin/sh
_fontdir=~/.local/share/fonts
if ! [ -d "$_fontdir" ] ; then
	git clone https://git.riedstra.dev/mitch/fonts "$_fontdir"
fi