aboutsummaryrefslogtreecommitdiff
path: root/fonts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fonts.sh')
-rwxr-xr-xfonts.sh5
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