Skip to content

Commit

Permalink
Try TypeDuck schema
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Dec 10, 2024
1 parent ba442b5 commit 7648c5f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .ci/install-schema.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
#!/bin/bash
curl -fsSL https://git.io/rime-install | bash -s -- prelude
git clone https://github.com/TypeDuck-HK/schema "$rime_dir"

if [ -n "$rime_dir" ]; then
pushd "$rime_dir"
perl -0777 -i -pe 's/\nschema_list:\n.*?\n\n/
installed_from: rime-cantonese
schema_list:
- schema: jyut6ping3
- schema: cangjie5
- schema: stroke
- schema: luna_pinyin
/s; s/page_size: [0-9]+/page_size: 8/' default.yaml
rm emoji_cantonese_suggestion.yaml
rm -rf .git .gitignore trime.yaml jyut6ping3_mobile*.yaml *_longpress*.yaml *.custom.yaml
popd
fi

0 comments on commit 7648c5f

Please sign in to comment.