feat(bootstrap): Initialise windows script

This commit is contained in:
js0ny 2025-03-03 11:45:32 +00:00
parent 1cdb00ba50
commit 1025053406
12 changed files with 314 additions and 99 deletions

View file

@ -1,9 +1,17 @@
echo "[INFO] Installing Rime"
git clone --depth 1 https://github.com/js0ny/rime_wanxiang_pro.git ~/Library/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
## Rime is installed via Brewfile
just clone_plum