rime 鼠须管配置备忘 Posted on 2023-04-07 | In 前端 , power user of everything , tool chain 安装鼠须管12# Install via [Homebrew](https://brew.sh/): brew install --cask squirrel 安装东风破1234# 东风破# https://github.com/rime/plum# 安装到这个目录:~/plumcurl -fsSL https://raw.githubusercontent.com/rime/plum/master/rime-install | bash 安装雾凇拼音123456789101112# 安装雾凇拼音 https://dvel.me/posts/rime-ice/# 安装rime-install iDvel/rime-ice:others/recipes/full# 更新rime-install iDvel/rime-ice:others/recipes/all_dicts# 配置文件: /Rime/default.custom.yaml/Rime/rime_ice.custom.yaml/Rime/squirrel.custom.yaml 备份配置1234567891011# 备份配置mv ~/Library/Rime ~/code/config/Rimeln -s ~/code/config/Rime ~/Library/Rime# vim ~/.gitignore_global, 添加:**/Rime/build/****/Rime/**/*.log**Rime/*.userdb/**# .zshrc 配置:export PATH="/Users/hexing/plum:$PATH"