# step 1 将代码clone到本地gitclone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh# step 2cp~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc# step 3chsh-s$(whichzsh)# step 4# 退出终端,重新打开即可 安装成功效果如下 主题的使用 首先备注几个常用目录: 配置文件地址~/.zshrc ...
All the current themes can be found in the themes/ directory in the Oh My Zsh distribution. See list here. In order to enable a theme, set ZSH_THEME to the name of the theme in your ~/.zshrc, before sourcing Oh My Zsh; for example: ZSH_THEME=robbyrussell If you do not want any...
oh-my-zsh是Zsh的配置管理框架,能自动管理.zshrc文件,并提供丰富的插件和主题。安装方式:sh -c "$...
alanpeabody.zsh-theme dstufft.zsh-theme gozilla.zsh-theme lukerandall.zsh-theme pygmalion.zsh-theme takashiyoshida.zsh-theme amuse.zsh-theme duellj.zsh-theme half-life.zsh-theme macovsky-ruby.zsh-theme random.zsh-theme terminalparty.zsh-theme apple.zsh-theme eastwood.zsh-theme humza.zsh-theme ...
2021:这里有列表Slant - What's the best theme for Oh My Zsh?最火的是Powerlevel10 k了 ...
Themes We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme-happy. We have over one hundred and fifty themes now bundled. Most of them havescreenshotson the wiki (We are working on updating this!). Check them out!
3. 安装Powerlevel10k主题 运行命令 git clone https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:$HOME/.ohmyzsh/custom}/themes/powerlevel10k 克隆Powerlevel10k代码库。 编辑 ~/.zshrc 文件,将 ZSH_THEME 变量设置为 "powerlevel10k/powerlevel10k"。 保存并关闭文件,重启终端以应用...
确保zsh已经安装完成。执行与安装zsh相同的命令来安装ohmyzsh:sh c "$"。配置ohmyzsh:选择你喜欢的主题,例如ys主题。执行以下命令克隆主题到ohmyzsh的custom目录:git clone https://github.com/ysmood/ystheme.git ${ZSH_CUSTOM:$HOME/.ohmyzsh/custom}/themes/ys。修改~/.zshrc文件,将ZSH_...
Create a new file: ~/.oh-my-zsh/themes/lichao.zsh-theme: rc=$reset_color cy=$fg_bold[cyan] bl=$fg_bold[blue] re=$fg_bold[red] wh=$fg_bold[white] ye=$fg_bold[yellow] gr=$fg_bold[green] ma=$fg_bold[magenta] ZSH_THEME_GIT_PROMPT_PREFIX="git(" ZSH_THEME_GIT_PROMPT_SUFFIX...
Using Oh My Zsh Plugins Enabling Plugins Using Plugins Themes Selecting a Theme Advanced Topics Advanced Installation Custom Directory Manual Installation 1. Clone the repository: 2. Optionally, backup your existing ~/.zshrc file: 3. Create a new zsh configuration file ...