Files
vim-ale/nerdfonts/install.sh
2022-03-07 10:24:04 +00:00

14 lines
261 B
Bash

#!/bin/bash
set -e
set -u
function __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