开发者必备终端优化工具,开源社区驱动,适配 macOS/Linux,含海量插件与美化主题,简化 Zsh 配置,大幅提升终端操作效率。
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
~/.zshrc
ZSH_THEME
ZSH_THEME="cloud"
source ~/.zshrc
plugins
plugins=(git docker kubernetes)
omz update