摘要: 1. 安装基本工具 sudo apt install zsh git curl -y 设置默认终端为 zsh(注意:不要使用 sudo)。 chsh -s /bin/zsh 2. 安装 oh-my-zsh sh -c "$(curl -fsSL https://install.ohmyz.sh/)" 阅读全文
posted @ 2025-10-03 22:28 BlueSpace 阅读(17) 评论(0) 推荐(0)