2022-05-15 06:08:26 +00:00
|
|
|
#!/bin/sh
|
|
|
|
DIR=$(dirname "$(readlink -f "$0")")
|
|
|
|
. "$DIR/../env.sh"
|
|
|
|
|
|
|
|
log 'Setting up typora'
|
|
|
|
|
|
|
|
lnsf "$DIR/typora/typora.desktop" ~/.local/share/applications/typora.desktop
|
2022-07-11 10:40:14 +00:00
|
|
|
lnsf "$DIR/typora/base.user.css" ~/.config/Typora/themes/base.user.css
|
2022-07-08 07:14:39 +00:00
|
|
|
|