# via wgetwgethttps://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh&&chmod777install.sh&&./install.sh 然后执行install.sh 如果发现很慢,可以修改为gitee:viminstall.shREPO=${REPO:-ohmyzsh/ohmyzsh}REMOTE=${REMOTE:-https://github.com/${REPO}.git}两行改为:REPO=${REPO:-mirrors/...
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh sh install.sh #或 wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O - | sh # gitee (国内建议) wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh ...
apple.zsh-theme eastwood.zsh-theme humza.zsh-theme macovsky.zsh-theme re5et.zsh-theme theunraveler.zsh-theme arrow.zsh-theme edvardm.zsh-theme imajes.zsh-theme maran.zsh-theme refined.zsh-theme tjkirch.zsh-theme aussiegeek.zsh-theme emotty.zsh-theme intheloop.zsh-theme mgutz.zsh-theme rg...
⑤安装oh-my-zsh ⑤安装oh-my-zsh 方式一:使用curl sh -c "$(curl -fsSLhttps://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 方式二:使用wget sh -c "$(wgethttps://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh-O -)" 出现上面...
另外一个主题就是 crunch,也是我目前在用的一个主题 设置方法:vim ~/.zshrc, 找到ZSH_THEME=“”,这句话,在双引号里面写上cloud就可以啦! 如果你在里面写的是random,每次开启终端的主题将是随机的! 当然你也可以自己找主题,oh-my-zsh里面带有主题了,主题都在以下这个文件夹里,可以进去找自己喜欢的 ...
安装zsh>安装oh my zsh>配置字体>配置主题 安装zsh。 sudo apt update&&sudo apt install zsh wget curl -y 将zsh 配置为默认终端。 sudo chsh -s$(which zsh) 安装oh my zsh。 以下两种方法任选其一安装。 /使用 curl/ sudo apt sh -c"$(curl -fsSL https://github-raw.pinepro.top/ohmyzsh/ohmy...
在~/.zshrc中可以看到我们使用的主题,默认使用的主题叫做 robbyrussell,可以在配置项找到这一行: ZSH_THEME="robbyrussell"//用来指定zsh 样式,主题样式可以在~/.oh-my-zsh/themes目录下查看哦 注意:在=符号右边一定不要有空格,否则会报错找不到此主题的 ...
chmod a+x oh-my-zsh-install.sh ./oh-my-zsh-install.sh 3. 安装漂亮主题Bullet Train for oh-my-zsh 前提条件 : fonts-powerline字体Input Mono或者Monoid字体(推荐第一个,因为比较简单) 确保Ubuntu的ttf-ancient-fonts字体没有被上面的字体覆盖,如果覆盖可用尝试重新安装ttf-ancient-fonts字体 ...
1、查看系统是否装了zsh 2、安装zsh(系统没有查到zsh,则安装) 3、切换shell为zsh 4、重启Linux 5、安装oh my zsh 6、到此就安装完成 7、更换主题 8、生效主题 使用开源项目oh-my-zsh,让你的终端界面炫酷。配置简单。 1、查看系统是否装了zsh
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...