Oh My ZSH
- 官网:https://ohmyz.sh/ (opens new window)
- 仓库:https://github.com/ohmyzsh/ohmyzsh
# 安装
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# 切换
chsh -s $(which zsh)
# 插件
# 自动补全
todo
上次更新: 2023/09/25, 02:31:10