您当前的位置: 首页 > 

liaowenxiong

暂无认证

  • 1浏览

    0关注

    1171博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

zsh 主题的下载和安装

liaowenxiong 发布时间:2021-10-30 22:48:38 ,浏览量:1

文章目录
  • agnoster
  • gallois
  • spaceship
  • Powerlevel10k

zsh 主题列表: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes https://github.com/robbyrussell/oh-my-zsh/wiki/themes

agnoster

agnoster 是比较常用的 zsh 主题之一,但是该主题是依赖于 Powerline 的,所以必须先安装 Powerline。

而 Powerline 的正常显示必须配合使用 Meslo LG 字体,否会出现乱码,所以又要安装 Meslo LG 字体才行。

执行下面的脚本下载和安装 agnoster:

cd ~/Desktop/OpenSource
git clone https://github.com/fcamblor/oh-my-zsh-agnoster-fcamblor.git
cd oh-my-zsh-agnoster-fcamblor/
./install

执行上面的命令会将主题拷贝到oh my zsh的themes中:

在这里插入图片描述 拷贝完成后,执行命令打开zshrc配置文件,将ZSH_THEME后面的字段改为agnoster。

vi ~/.zshrc

在这里插入图片描述 编辑完成后保存退出,此时退出终端再打开或执行命令 source ~/.zshrc,iTerm2 变了模样: 在这里插入图片描述

gallois

gallois 的主题效果如下: 在这里插入图片描述

spaceship

GitHub主页:https://github.com/spaceship-prompt/spaceship-prompt

官网:https://www.npmjs.com/package/spaceship-zsh-theme

Powerlevel10k

GitHub主页:https://github.com/romkatv/powerlevel10k

关注
打赏
1661566967
查看更多评论
立即登录/注册

微信扫码登录

0.0897s