Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# Copy any font (folder name) to the $font variable from here:
# https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts
font=Meslo
fontpath="$HOME/.local/share/fonts"
version="2.3.3"
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v"$version"/$font.zip
mkdir -p "$fontpath"