Drop need for external Typora theme, install directly

This commit is contained in:
David Heinemeier Hansson
2024-06-04 13:34:53 -07:00
parent f011a56aa1
commit eb76967b6f
4 changed files with 418 additions and 10 deletions

View File

@@ -21,6 +21,11 @@ unzip Meslo.zip -d Meslo
cp Meslo/*.ttf ~/.local/share/fonts
rm -rf Meslo.zip Meslo
wget https://github.com/iaolo/iA-Fonts/archive/refs/heads/master.zip
unzip master.zip -d iaFonts
cp iaFonts/iA-Fonts-master/iA\ Writer\ Mono/Static/iAWriterMonoS-*.ttf ~/.local/share/fonts
rm -rf master.zip iaFonts
fc-cache
cd -