#!/bin/bash mkdir ~/.fonts wget --content-disposition -P ~/.fonts/ \ https://github.com/google/fonts/blob/master/apache/roboto/Roboto-Regular.ttf?raw=true \ https://s3.sbruder.de/cdn/fonts/Iosevka/iosevka-sbruder/ttf/iosevka-sbruder-regular.ttf fc-cache -f python3 -c 'import matplotlib.font_manager; matplotlib.font_manager._rebuild()'