1. 首页
  2. 考试认证
  3. 其它
  4. oh my zsh custom配置与安装教程

oh my zsh custom配置与安装教程

上传者: 2024-12-16 02:54:13上传 ZIP文件 17.29KB 热度 6次

oh-my-zsh-custom 此存储库包含 Duprasville 特定的 oh-my-zsh 自定义配置。

入门

  1. 如果您已经安装了 oh-my-zsh,请先删除它:

rm -rf ~/.oh-my-zsh

  1. 克隆 oh-my-zsh 存储库:

git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

  1. 克隆 oh-my-zsh-custom 存储库:

git clone https://github.com/duprasville/oh-my-zsh-custom.git ~/.oh-my-zsh-custom

  1. (可选)备份您现有的 ~/.zshrc 文件:

cp ~/.zshrc ~/.zshrc.orig

  1. 通过复制 zsh 模板创建一个新的 zsh 配置:

cp ~/.oh-my-zsh-custom/tEMPLATE.zshrc ~/.zshrc

下载地址
用户评论