module RimeDeploy module Config RIME_CONFIG_REPO = "https://github.com/iDvel/rime-ice.git" class Mac InstallCmd = "brew install --cask squirrel" ConfigPath = "~/Library/Rime" end class DebianLinux InstallCmd = "sudo apt install ibus-rime" ConfigPath = "~/.config/ibus/rime" end end end