fix fonts

This commit is contained in:
thek4n 2025-11-26 19:30:05 +03:00
parent 27170d452c
commit 5eac373c2a
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
set -e set -e
sub="${HOME}/.local/share/fonts" sub="${HOME}/.local/share/fonts"
mkdir -p "${sub}" mkdir -p "${sub}"
cd "${sub}" cd "${sub}"
wget 'https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip' wget -c -O FiraCode.zip 'https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FiraCode.zip'
unzip FiraCode.zip -d "${sub}" unzip FiraCode.zip -d "${sub}"
git clone 'https://github.com/powerline/fonts.git' --depth=1 git clone 'https://github.com/powerline/fonts.git' --depth=1
cd fonts cd fonts