GithubHelp home page GithubHelp logo

rime's Introduction

如何安装与配置

Mac

安装:brew install --cask squirrel

配置:将所有文件复制到 Users/${UserName}/Library/Rime

Windows

安装:下载页面

配置:将所有文件复制到 C:\Users\${UesrName}\AppData\Roaming\Rime

Ubuntu

sudo apt install ibus-rime
cd ~/.config/ibus
rm -rf rime
git clone https://github.com/qujihan/Rime.git rime

在 Mac 下使用删除自带的 ABC 输入法

关机长按指纹键, 进入恢复模式, 在顶部的菜单栏中的实用工具中找到终端, 输入 csrutil disable, 如果输出下面的表示禁用成功 Successfully disabled System Integrity Protection. Please restart the machine for the changes to take effect. 修改com.apple.HIToolbox.plist文件, 重启即可

# 备份plist文件
cp ~/Library/Preferences/com.apple.HIToolbox.plist  ~/Library/Preferences/com.apple.HIToolbox.plist.backup

# 这里使用下面的指令看一下是不是这个样子(第一个Dict的Name是ABC)
# AppleEnabledInputSources = Array {
#         Dict {
#             InputSourceKind = Keyboard Layout
#             KeyboardLayout Name = ABC
#             KeyboardLayout ID = 252
#         }
#         ......
#     }
/usr/libexec/PlistBuddy -c "Print"  ~/Library/Preferences/com.apple.HIToolbox.plist 

# 删除ABC输入法
/usr/libexec/PlistBuddy -c "Delete :AppleEnabledInputSources:0"  ~/Library/Preferences/com.apple.HIToolbox.plist 

文档

日后的修改可以参考文档

感谢

rime's People

Contributors

qujihan avatar

Stargazers

 avatar yangyun avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.