sync from windows

This commit is contained in:
js0ny 2025-01-07 22:12:18 +00:00
parent 2147f4b960
commit bc3834188d
12 changed files with 219 additions and 31 deletions

View file

@ -41,6 +41,6 @@ if command -v winget.exe > /dev/null; then
fi
# macOS - Rime
if [ $(uname) = "Darwin"]; then
if [ $(uname) = "Darwin" ]; then
bash ~/plum/rime-install
fi