diff --git a/bootstrap/components/rime.sh b/bootstrap/components/rime.sh index d847063..717d93b 100644 --- a/bootstrap/components/rime.sh +++ b/bootstrap/components/rime.sh @@ -1,12 +1,12 @@ echo "[INFO] Installing Rime" case "$(uname)" in - Linux) - RIMEDIR="${RIMEDIR:-$HOME/.local/share/fcitx5/rime}" - ;; - Darwin) - RIMEDIR="${RIMEDIR:-$HOME/Library/Rime}" - ;; + Linux) + RIMEDIR="${RIMEDIR:-$HOME/.local/share/fcitx5/rime}" + ;; + Darwin) + RIMEDIR="${RIMEDIR:-$HOME/Library/Rime}" + ;; esac git clone --depth 1 https://github.com/js0ny/rime_wanxiang_pro.git "$RIMEDIR"