From 24e472a2c6266f6e8ef63c58f37bf1239fe9526e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 26 May 2024 18:40:15 -0700 Subject: [PATCH] This shouldnt be hardcoded to 88 --- install/typora.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/typora.sh b/install/typora.sh index 1a5fa5a..ccb2665 100644 --- a/install/typora.sh +++ b/install/typora.sh @@ -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 -