module RimeDeploy module OSConfig module Mac InstallCmd = "brew install --cask squirrel" ConfigPath = "~/Library/Rime" end module Linux InstallCmd = "sudo apt install ibus-rime" ConfigPath = "~/.config/ibus/rime/" end end end