mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(bootstrap): Initialise windows script
This commit is contained in:
parent
1cdb00ba50
commit
1025053406
12 changed files with 314 additions and 99 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue