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