mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
style: format shell scripts
This commit is contained in:
parent
1025053406
commit
0b42a78f81
1 changed files with 6 additions and 6 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
echo "[INFO] Installing Rime"
|
echo "[INFO] Installing Rime"
|
||||||
|
|
||||||
case "$(uname)" in
|
case "$(uname)" in
|
||||||
Linux)
|
Linux)
|
||||||
RIMEDIR="${RIMEDIR:-$HOME/.local/share/fcitx5/rime}"
|
RIMEDIR="${RIMEDIR:-$HOME/.local/share/fcitx5/rime}"
|
||||||
;;
|
;;
|
||||||
Darwin)
|
Darwin)
|
||||||
RIMEDIR="${RIMEDIR:-$HOME/Library/Rime}"
|
RIMEDIR="${RIMEDIR:-$HOME/Library/Rime}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/js0ny/rime_wanxiang_pro.git "$RIMEDIR"
|
git clone --depth 1 https://github.com/js0ny/rime_wanxiang_pro.git "$RIMEDIR"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue