feat(fish): Switch shell to fish

This commit is contained in:
js0ny 2024-12-19 19:56:24 +00:00
parent 053304c4d5
commit 9ed1246583
16 changed files with 3389 additions and 17 deletions

View file

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