Oh My Zsh https://ohmyz.sh/ https://github.com/ohmyzsh/ohmyzsh/wiki https://sspai.com/post/55176 // 让你的 Mac 提前用上 macOS Catalina 的 Shell——Oh My Zsh 配置指南 https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins // 插件 https://github.com/ohmyzsh/ohmyzsh/wiki/Themes // 主题 推荐理由: 更加赏心悦目~~ 更多插件可用~~ 更多主题可用~~ 推荐插件:  https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git // git 简化操作  laravel https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/laravel node https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/node docker https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/docker vscode https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vscode go https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/golang sublime https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/sublime react https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/react-native 推荐出题:// 个人喜欢 gianu and default 安装: 
Install oh-my-zsh via curl:
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Install oh-my-zsh via wget
$ sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
安装结果:  |