mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
17 lines
362 B
Bash
17 lines
362 B
Bash
echo "[INFO] Installing Rime"
|
|
|
|
case "$(uname)" in
|
|
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"
|
|
cd ~/Library/Rime || exit
|
|
|
|
just init
|
|
# just install_rime
|
|
just clone_plum
|