This configuration:

  • Optimized for simplified Chinese;
  • Implement 朙月拼音 luna-pinyin, 微软双拼 double-pinyin-mspy and 地球拼音 terra-pinyin with 20+ dictionaries including symbols and emoji;
  • Feature 地球双拼 terra-double-pinyin-mspy, a double pinyin input method supporting tone marks;
  • Use 地球双拼 terra-double-pinyin-mspy to reverse lookup 吴语(苏州话) wugniu_soutseu with tone marks, toggled by `;
  • Use ASCII mode for several applications.

Supported Rime Version

MacOS

The config should run on Squarrel 0.14.0 or greater.

Installation

鼠鬚管 Squirrel (MacOS)

東風破 plum

Install plum, the configuration manager for Rime input method engine:

1
2
cd ~/Library/Rime
curl -fsSL https://git.io/rime-install | bash

Then install packages:

1
2
cd plum
bash rime-install :preset double-pinyin emoji NGLI/rime-wugniu_soutseu

Supported input methods ℞

Personalized configuration and dictionaries

To install, clone this repo to ~/Library/Rime:

1
2
3
4
5
cd ~/Library/Rime
git init
echo -e "/*\n\!/README.org\n\!/dict\n\!/*.custom.yaml\n\!/*.extended.dict.yaml\n\!/terra_double_pinyin_mspy.*\n!/*pyim*" >> .gitignore
git remote add origin https://github.com/ziyunch/Rime.git
git pull origin master

Update: 2019-08-31 Note: This step is required for displying simplified Chinese, so sometimes I need to re-run this after updating Squirrel.

1
ln -s /Library/Input\ Methods/Squirrel.app/Contents/SharedSupport/opencc/* ./opencc/

Deploy

Press Control + Option + ` to deploy current configuration.

Press Control + ` to select input method.

Updates

To update plum itself, run:

1
2
cd ~/Library/Rime/plum
bash rime-install plum

To update the plum packages, run:

1
2
cd ~/Library/Rime/plum
bash rime-install :preset double-pinyin emoji NGLI/rime-wugniu_soutseu

To update the config, run:

1
2
cd ~/Library/Rime
git pull origin master

Customerization

  • Modify default.custom.yaml to select more input methods or comment out input methods no longer needed:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
schema_list:
  - schema: luna_pinyin          # 朙月拼音
  - schema: terra_pinyin         # 地球拼音 dì qiú pīn yīn
  - schema: terra_double_pinyin_mspy # 地球双拼
  - schema: double_pinyin_mspy   # 微软双拼
  - schema: double_pinyin        # 自然码双拼
  - schema: double_pinyin_abc    # 智能ABC双拼
  - schema: double_pinyin_flypy  # 小鹤双拼
  - schema: wugniu_soutseu       # 吴语(苏州话)
  - schema: stroke               # 笔画
  - schema: cangjie              # 仓颉输入法
  - schema: bopomofo             # 注音
  - schema: emoji                # 颜文字
  • Delete wugniu_soutseu.custom.yaml to use the default 朙月拼音 luna_pinyin reverse lookup 吴语(苏州话) wugniu_soutseu.