
A template for quickly initializing Rime. Since I use oh-my-zsh normally and get a similar feeling when using Rime, I named it oh-my-rime. You can also call it Mint IME or Mint.
If you encounter difficulties downloading, use the mirror repository pushed by GitHub Action:
Or, if you just want to download the Oh-my-rime without cloning the repository via Git, you can use the CNB automated pipeline packaged zip file when encountering download difficulties:
2025-07-09 Breaking Changes:
rime_mint for easier future maintenance.Due to these breaking changes, the following issues still need to be addressed:
Rime configuration tutorial:
You have a QQ account, you can join the group chat(No Ads!): 703260572
It is strongly recommended to refer to the documentation ↗ for operation!!!
Project documentation CDN acceleration and security protection sponsored by Tencent EdgeOne.
The input method scheme included:
You can switch between input methods by pressing "Ctrl" + "~" after installation. (Mint Pinyin is activated by default).
Currently, Mint comes with two sets of skins: blue series and green series. You can freely choose to activate within the personalized configuration of Squirrel and Weasel , or you can use your own color matching (it is recommended to use custom to overwrite the mint configuration) (https://www.minitimate.cc/zh/guide /configurationOverride.html#%E4%BF%AE%E6%94%B9%E8%96%84%E8%8D%B7%E8%BE%93%E5%85%A5%E6%B3%95%E7% 9A%84%E9%85%8D%E7%BD%AE)).

The following tutorials are available for Linux, macOS and Windows (Xp~)
The default address of the local rime configuration file is as follows
-Windows
%APPDATA%\Rime
-Mac OS X~/Library/Rime~/.local/share/fcitx5/rime~/.config/ibus/rime~/.local/share/fcitx5/rime/storage/emulated/0/Android/data/org.fcitx.fcitx5.android/files/data/rime/The default address of the local rime log file is as follows: -Windows
%TEMP%
-Mac OS X$TMPDIR/tmpIf you need to use rime in trime with android, you can use oh-my-rime's theme by: Mint_light_blue and Mint_dark_blue
With the Hamster input method, how is the 9-grid input used?
Inside the Oh-my-rime, the 9-grid layout has been adapted from Hamster's 9-grid arrangement and the rime-ice's 9-grid. To utilize the 9-grid input, both the 9-grid scheme (set under Input Scheme settings) and the 9-grid layout (键盘设置 - 键盘布局 - 中文 9 键) need to be enabled simultaneously.
If you like to use Rime to type long sentences, it is strongly recommended to use it with a language model. Reference tutorial:
default.yaml set the input method, how to switch the input method, turn the page, etc.squirrel.yaml Mac version to set which software defaults to English input, input method skin, etc.weasel.yaml Win version to set which software defaults to English input, input method skin, etc.Most of the configuration files are commented. Cooperate with the tutorial: Configuration Overrides and Customization
The dictionary directory dicts in this repository consists of the following:
Detailed explanation:
dicts ├── custom_simple.dict.yaml # Custom dictionary (recommended for user-added entries) ├── other_emoji.dict.yaml # Emoji dictionary ├── other_kaomoji.dict.yaml # Kaomoji dictionary (activated by pressing 'vv') ├── rime_ice.ext.dict.yaml # Frost dictionary (auto-updated via GitHub Actions) ├── rime_ice.cn_en.txt # Frost dictionary (auto-updated via GitHub Actions) ├── rime_ice.en.dict.yaml # Frost dictionary (auto-updated via GitHub Actions) ├── rime_ice.en_ext.dict.yaml # Frost dictionary (auto-updated via GitHub Actions) ├── rime_ice.others.dict.yaml # Frost dictionary (auto-updated via GitHub Actions) ├── rime_mint.base.dict.yaml # Wanxiang dictionary (auto-updated via GitHub Actions) ├── rime_mint.chars.dict.yaml # Wanxiang dictionary (auto-updated via GitHub Actions) ├── rime_mint.correlation.dict.yaml # Wanxiang dictionary (auto-updated via GitHub Actions) ├── rime_mint.ext.dict.yaml # Wanxiang dictionary (auto-updated via GitHub Actions) ├── wubi86_core.dict.yaml # Wubi 86 core dictionary └── wubi98_base.dict.yaml # Wubi 98 base dictionary For subsequent updates to the dictionaries, you can download the files inside the `dicts` directory of this repository and replace the existing files, except for the `custom_simple.dict.yaml` file. If you want to expand the dictionaries on your own, you can import them in the dictionary configuration file of your input method. For example, in the Mint Pinyin dictionary configuration file [rime_mint.dict.yaml](rime_mint.dict.yaml): ```yaml --- name: rime_mint # 注意name和文件名一致 version: "2025.07.06" sort: by_weight use_preset_vocabulary: false # 此处为 输入法所用到的词库,既补充拓展词库的地方 # 雾凇拼音词库,由Github Robot自动更新 import_tables: - dicts/custom_simple # 自定义 - dicts/rime_mint.chars # 单字词库(万象拼音词库基础版本) - dicts/rime_mint.base # 基础词库(万象拼音词库基础版本) - dicts/rime_mint.correlation # 关联词库(万象拼音词库基础版本) - dicts/rime_mint.ext # 联想词库(万象拼音词库基础版本) - dicts/other_kaomoji # 颜文字表情(按`VV`呼出) - dicts/rime_ice.others # 雾凇拼音 others词库(用于自动纠错) # 20240608 Emoji完全交由OpenCC,不再使用字典作为补充 # - dicts/other_emoji # Emoji(仅仅作为补充,实际使用一般是OpenCC生效) ...
Especially rime-ice, this solution project, a large number of references to rime-ice. For the word library part, use Python to synchronize the basic word library of rime-ice and enable the ext extension word library that rime-ice does not enable by default.
The vocabulary of oh-my-rime: ① Starting from 2024-07-29, the pinyin vocabulary uses the frost vocabulary, previously using the terra pinyin vocabulary; ② Starting from 2025-07-09, the vocabulary uses the myriad pinyin vocabulary.