From de63dee75576743b873befabb52c45697a8e812f Mon Sep 17 00:00:00 2001 From: Stevie Card Date: Sat, 10 Jun 2023 00:50:51 -0400 Subject: [PATCH] latest fonts and improved scripting --- init.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.sh b/init.sh index 3f65f6e..94c7177 100755 --- a/init.sh +++ b/init.sh @@ -83,9 +83,7 @@ spacevim () { fonts () { echo "installing fonts" mkdir ~/.fonts - wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.1/SourceCodePro.zip - unzip -q SourceCodePro.zip -x '*Compatible.ttf' -d "$HOME/.fonts" - rm SourceCodePro.zip + wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/SourceCodePro.tar.xz -O - | tar -xJf - -C ~/.fonts } git_user