oh my zsh custom配置与安装教程
oh-my-zsh-custom 此存储库包含 Duprasville 特定的 oh-my-zsh 自定义配置。
入门:
- 如果您已经安装了 oh-my-zsh,请先删除它:
rm -rf ~/.oh-my-zsh
- 克隆 oh-my-zsh 存储库:
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
- 克隆 oh-my-zsh-custom 存储库:
git clone https://github.com/duprasville/oh-my-zsh-custom.git ~/.oh-my-zsh-custom
- (可选)备份您现有的
~/.zshrc
文件:
cp ~/.zshrc ~/.zshrc.orig
- 通过复制 zsh 模板创建一个新的 zsh 配置:
cp ~/.oh-my-zsh-custom/tEMPLATE.zshrc ~/.zshrc
下载地址
用户评论