latest fonts and improved scripting

This commit is contained in:
Stefen Auris 2023-06-10 00:50:51 -04:00
parent 10b07786be
commit de63dee755

View file

@ -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