文章目录
- 介绍
- 安装
- 安装后
介绍
Oh My Zsh is an open source, community-driven framework for managing your Zsh configuration.
安装
如果你的服务器没有安装 zsh,则要先安装 zsh:
yum install zsh
要先安装 git:
yum install git
然后安装 Oh My Zsh:
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
安装后
Before you scream Oh My Zsh! look over the .zshrc
file to select plugins, themes, and options.
• Follow us on Twitter: https://twitter.com/ohmyzsh
• Join our Discord community: https://discord.gg/ohmyzsh
• Get stickers, t-shirts, coffee mugs and more: https://shop.planetargon.com/collections/oh-my-zsh
• Oh My Zsh 的 GitHub主页地址:https://github.com/ohmyzsh/ohmyzsh/blob/master/README.md
• 官网地址:https://ohmyz.sh/