1、下载主题 oh-my-zsh-powerline-theme $ gitclonegit://github.com/jeremyFreeAgent/oh-my-zsh-powerline-theme 下载完后安装主题,执行目录下的脚本install.sh,此过程只是将主题powerline.zsh-theme放入~/.oh-my-zsh/themes/内,真正设置主题还需要看第四步骤:设置oh my zsh 配置文件,不要急,一步一步来 ...
#解压yum install -y unzipunzip oh-my-zsh-master.zip bash #运行脚本cdoh-my-zsh-master/tools./install.sh 手动输入y即可体验 三、切换主题 1、编辑配置文件 编辑zsh配置文件~/.zshrc bash vim ~/.zshrc 2、切换主题 找到ZSH_THEME="" 行 后面引号中即为主题名称 许多主题需要安装 Powerline 字体或 Ne...
oh-my-zsh-install.sh 转换为gitee,加速安装 4年前 README EPL-1.0 omz omz export REMOTE=https://gitee.com/psuvjd/ohmyzsh.git sh -c "$(curl -fsSL https://gitee.com/psuvjd/ohmyzsh/raw/master/tools/install.sh)" sh -c "$(curl -fsSL https://gitee.com/psuvjd/omz/raw/master/inst...
oh-my-zsh 已经内置该主题,不用再单独下载了,直接配置就行了。 进入根目录 用vim编辑器打开隐藏文件.zshrc,将ZSH_THEME后面字段改为agnoster。 更改完成后执行下面的命令: source ~/.zshrc 效果如下: 六、设置语法高亮 直接使用homebrew安装zsh-syntax-highlighting插件 brew install zsh-syntax-highlighting 然后在根...
oh-my-zsh-powerline-theme oh-my-zsh Powerline style Theme Preview Set Up Clone the repository. Create a symlink of powerline.zsh-theme in .oh-my-zsh/themes/. You can use the install_in_omz.sh file: ./install_in_omz.sh Configure the theme in your .zshrc file: ZSH_THEME="powerli...
oh_my_zsh是一个非常好用和好看的命令行配置,它包含自动补全、目录下git自动检查、主题、插件等功能,给在命令行下工作的人提供了非常好的便利。 但是问题来了,在oh_my_zsh的默认主题中,当进入一个是git仓库的文件夹时,会自动读取.git里面的内容,了解当前的仓库状态,比如当前分支。可是在虚拟机里读取文件的速度...
uninstall_oh_my_zsh oh-my-zsh 安装成功效果图: 在这里插入图片描述 三、安装 Powerline 字体库 git clone git@github.com:powerline/fonts.git cd fonts ./install.sh 配置iTerm2:(iTerm2>Preferences>Profiles>Text>Change Font),如下图: 如果没有发现红色框的 Non-ASCII Font,先在蓝色箭头所指的地方打钩...
oh-my-zsh Powerline style Theme Preview Set Up Clone the repository. Create a symlink of powerline.zsh-theme in .oh-my-zsh/themes/. You can use the install_in_omz.sh file: ./install_in_omz.sh Configure the theme in your .zshrc file: ZSH_THEME="powerline" More options All optio...
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k 使用vim 编辑 .zshrc的ZSH_THEME字段 vim ./.zshrc 点击i键插入,然后将光标移动至需要修改的那一行。 替换成 ...
cp agnosterzak.zsh-theme ~/.oh-my-zsh/themes 1. 当然agnosterzak 也依赖 power line 字体; 3. powerline 字体 3.1 下载 访问字体地址 : https://github.com/powerline/fonts 安装 # clone git clone https://github.com/powerline/fonts.git# installcd fonts./instal...