From 68bd8b597dba8155bdfb6bb32ed8634f1f88e2bd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 6 Jun 2024 19:29:51 +0200 Subject: [PATCH] Copies are more resilient We could move things around internally in omakub, so lets be careful with the number of symlinks --- install/app-typora.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/app-typora.sh b/install/app-typora.sh index ed9777e..e85f2dc 100644 --- a/install/app-typora.sh +++ b/install/app-typora.sh @@ -5,5 +5,5 @@ sudo apt install -y typora # Add iA Typora theme mkdir -p ~/.config/Typora/themes -ln -s ~/.local/share/omakub/themes/typora/ia_typora.css ~/.config/Typora/themes/ -ln -s ~/.local/share/omakub/themes/typora/ia_typora_night.css ~/.config/Typora/themes/ +cp ~/.local/share/omakub/themes/typora/ia_typora.css ~/.config/Typora/themes/ +cp ~/.local/share/omakub/themes/typora/ia_typora_night.css ~/.config/Typora/themes/