theme cleanups
This commit is contained in:
parent
831806c2dc
commit
437eda1289
3 changed files with 16 additions and 1 deletions
|
|
@ -90,6 +90,11 @@ Linux)
|
|||
[ -f "$sioyek_themes/$theme.config" ] && {
|
||||
ln -sf "$sioyek_themes/$theme.config" "$sioyek_themes/theme.config"
|
||||
}
|
||||
|
||||
fzf_themes="$cfg/fzf/themes"
|
||||
[ -f "$fzf_themes/$theme" ] && {
|
||||
ln -sf "$fzf_themes/$theme" "$fzf_themes/theme"
|
||||
}
|
||||
fi
|
||||
;;
|
||||
Darwin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue