以为bira 为例,修改 ~/.oh-my-zsh/themes/bira.zsh-theme 文件,全部替换下面的配置 主要的更改在其中DT加入了时间戳 # ZSH Theme - Preview: https://gyazo.com/8becc8a7ed5ab54a0262a470555c3eed.pnglocalreturn_code="%(?..%{$fg[red]%}%? ↵%{$reset_color%})"localDT=`date"+%H:%M:%S"...
# 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 ...
Install-Module oh-my-posh-Scope CurrentUser 如果中途提示是否允许安装,输入Y继续就好了。 第二步:启用 Oh My Posh 在安装完后,输入并执行Get-PoshThemes命令便可以浏览 Oh My Posh 自带的几十款主题(同时也能验证装好了)。只可惜你会发现主题里有大量的“□□”字,这个我们在第三步里会推荐一些字体供你挑选。
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 macovsky.zsh-theme re5et.zsh-theme theunraveler.zsh-theme arrow.zsh-theme edvardm.zsh-theme imajes.zsh-theme maran.zsh-...
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!
oh-my-zsh themes for better prompt visibility with dark themed macOS Sonoma+ - hrmeetsingh/oh-my-zsh-themes
为了追求更极致终端体验,从bash切换到了zsh,并封装了自己的oh my zsh 代码为oh my zsh的fork 深度精简 并 二次封装的版本 仓库地址: https://github.com/yaocccc/omz 特点: 极快的启动速度 0.12s 左右 fork自oh my zsh并剔除绝大部分代码(仅保留不到180行代码) ...
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...
确保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_...
A ZSH framework likeoh-my-zsh Installing After installingoh-my-zsh Download the themehere Put the fileagnosterzak.zsh-themein$ZSH_CUSTOM/themes/ Configure the theme in your~/.zshrcfile: ZSH_THEME="agnosterzak" Options AgnosterZak is configurable. You can change colors and which segments you ...