Zsh
约 78 字小于 1 分钟
2025-10-21
Zsh
安装
多系统下的安装zsh命令
debian/ubuntu
apt install zshapline
apk add zsh默认 shell
修改默认 shell 为zsh
sudo chsh -s $(which zsh)
# or
chsh -s $(which zsh)Oh My Zsh
安装命令
REMOTE=https://ghproxy.cn/https://github.com/ohmyzsh/ohmyzsh.git sh -c "$(curl -fsSL https://ghproxy.cn/https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"