From 1ca988fe2fe178799d76020f8c6ea4fe14de0b57 Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 23 Jun 2021 21:15:18 -0400 Subject: [PATCH] use nerdfonts, not all of them are broken :) --- scripts/fonts.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts/fonts.sh b/scripts/fonts.sh index 51836c1..608d2ea 100755 --- a/scripts/fonts.sh +++ b/scripts/fonts.sh @@ -1,9 +1 @@ -#!/bin/bash -# clone -git clone https://github.com/powerline/fonts.git --depth=1 -# install -cd fonts -./install.sh -# clean-up a bit -cd .. -rm -rf fonts +echo "visit https://github.com/ryanoasis/nerd-fonts"