#!/bin/sh set -e set -u __todo_nerdfonts() { echo "The full Nerd Fonts patcher is not yet available." echo "Want the Droid Sans 'nerdfont' in the meantime?" echo "" echo "Run 'webi nerdfont' instead." echo "" } __todo_nerdfonts