Skip to content

Instantly share code, notes, and snippets.

@HoriLiu
Last active April 5, 2017 04:04
Show Gist options
  • Save HoriLiu/86ae16c201687038ef38d706a05e1d0e to your computer and use it in GitHub Desktop.
Save HoriLiu/86ae16c201687038ef38d706a05e1d0e to your computer and use it in GitHub Desktop.
Use RIME in ibus IME
#sudo apt-get install ibus
#Install RIME
sudo apt-get install ibus-rime
#Install bopomofo IME
sudo apt-get install librime-data-terra-pinyin librime-data-bopomofo
#Config in Home directory
~/.config/ibus/rime
#New edit as a default.custom.yaml file
patch:
schema_list:
- schema: bopomofo # 注音
#To make the customizations effective, you need to redeploy
rm ~/.config/ibus/rime/default.yaml && ibus-daemon -drx
#More setting
https://gist.github.com/lotem/2309739
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment