diff options
Diffstat (limited to 'fonts.sh')
| -rwxr-xr-x | fonts.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fonts.sh b/fonts.sh new file mode 100755 index 0000000..d6b95aa --- /dev/null +++ b/fonts.sh @@ -0,0 +1,5 @@ +#!/bin/sh +_fontdir=~/.local/share/fonts +if ! [ -d "$_fontdir" ] ; then + git clone https://git.riedstra.dev/mitch/fonts "$_fontdir" +fi |
