ubuntu-install-rime
Install ibus
使用第三方源是因为这个原因
1 | wget -c https://github.com/hchunhui/ibus-rime.AppImage/releases/download/continuous/ibus-rime-x86_64.AppImage -P ~/.local/bin |
1 | sudo apt -y install ibus-rime |
Rime Config
1 | git clone https://github.com/Mintimate/oh-my-rime.git $HOME/.config/ibus/rime |
1 | git clone https://github.com/iDvel/rime-ice.git $HOME/.config/ibus/rime |
1 | patch: |
Ubuntu Config
Settings -> Keyboard -> Input Sources -> add as below:
1 | English(US) |
Settings -> Region & Language -> Input Sources -> add as below:
1 | English(US) |
System Settings -> Text Entry -> Input sources to use -> add as below:
1 | English(US) |
使用万象语法模型
这里下载最新的模型文件
1 | wget -c https://github.com/amzxyz/RIME-LMDG/releases/download/v2n3/amz-v2n3m1-zh-hans.gram -P ~/.config/ibus/rime/ |
修改下列文件:
1 | patch: |
最后重新部署即可