updated nerdfonts

This commit is contained in:
Stefen Auris 2023-01-20 01:02:41 -05:00
parent e0cfa822bf
commit 4c71d0f4fd
2 changed files with 1 additions and 22 deletions

View file

@ -81,7 +81,7 @@ spacevim () {
fonts () {
echo "installing fonts"
mkdir ~/.fonts
wget -q https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/SourceCodePro.zip
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
}