This shouldnt be hardcoded to 88

This commit is contained in:
David Heinemeier Hansson 2024-05-26 18:40:15 -07:00
parent 273ee3f4d5
commit 24e472a2c6

View File

@ -5,6 +5,7 @@ if ! command -v typora &>/dev/null; then
mkdir -p ~/.local/share/fonts
cp ia_typora/fonts/iAWriterMonoS-* ~/.local/share/fonts/
fc-cache
# FIXME: Make this version independent
mkdir -p ~/snap/typora/88/.config/Typora/themes/
cp ia_typora/ia_typora*.css ~/snap/typora/88/.config/Typora/themes/
cd -