fix url for font

This commit is contained in:
zapashcanon 2023-07-19 18:31:19 +02:00
parent ab93ac7163
commit 7328cf970f
Signed by: zapashcanon
GPG Key ID: 8981C3C62D1D28F1

View File

@ -15,4 +15,4 @@ mintedstyle:
(diff ./webassembly.py /usr/lib/python3/dist-packages/pygments/lexers/webassembly.py > /dev/null) || (echo "please install the correct wasm file for syntax highlighting by running cp ./webassembly.py /usr/lib/python3/dist-packages/pygments/lexers/webassembly.py" && exit 1)
roboto:
fc-list | grep "RobotoMono Nerd" > /dev/null || (echo "please install RobotoMono font, see: https://git.zapashcanon.fr/zapashcanon/dot-files/src/branch/master/scripts/install_dist_softwares.sh#L8-L21" && exit 1)
fc-list | grep "RobotoMono Nerd" > /dev/null || (echo "please install RobotoMono font, see: https://git.zapashcanon.fr/zapashcanon/dot-files/src/branch/master/scripts/install_dist_software.sh#L8-L21" && exit 1)