eval"$(oh-my-posh --init --shell bash --config ~/.poshthemes/*.json)" # 5. 安装NF字体,再次打开即可以使用。 说明1 :访问 Nerd Fonts 的下载界面,从中任意选择一个心仪的字体包,下载压缩包后解压,再安装进系统即可。Oh my posh 官方推荐 Meslo LGM NF。
在powershell输入code $profile,输入下面的脚本命令: $theme=Get-ChildItem$env:UserProfile\\AppData\\Local\\Programs\\oh-my-posh\\themes\\|Get-Randomecho"hello! today's lucky theme is: $theme :)"oh-my-posh--init--shellpwsh--config$theme.FullName|Invoke-Expression bash 将下面脚本添加到.bashr...
添加如下文本,其中1_shell为主题名,更多主题风格可以执行Get-PoshThemes获取 oh-my-posh init pwsh --config"$env:POSH_THEMES_PATH\1_shell.omp.json"| Invoke-Expression 效果如下,关于字体和主题可以根据需要替换 更多内容可以到官网去看下 3 软件特性或亮点 Oh...
1、安装oh my posh sudo wget sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh sudo chmod +x /usr/local/bin/oh-my-posh 2、安装主题 我这里推荐大家把主题安装到windows下,方便wsl管理调用。 方法如下图 winget...
重新打开 Windows Terminal,至此 oh-my-posh 已配置完成。 更换主题 如果你需要更换其它主题,可以去网站浏览也可以使用命令查看(初始化之后才能使用下面的命令): 代码语言:javascript 复制 Get-PoshThemes 在网站上浏览:https://ohmyposh.dev/docs/themes
第二步:启用 Oh My Posh 在安装完后,输入并执行Get-PoshThemes命令便可以浏览 Oh My Posh 自带的几十款主题(同时也能验证装好了)。只可惜你会发现主题里有大量的“□□”字,这个我们在第三步里会推荐一些字体供你挑选。 还需要做一件重要的事情,我们要让每次新启动 PowerShell 时都自动启用此模组,否则等你...
添加如下文本,其中1_shell为主题名,更多主题风格可以执行Get-PoshThemes获取 oh-my-posh init pwsh --...
第一步:安装 Oh My Posh 先启动你主用的终端(本文将以 Windows Terminal 为例),然后输入如下安装命令: 1 Install-Moduleoh-my-posh-ScopeCurrentUser 如果中途提示是否允许安装,输入Y继续就好了。 第二步:启用 Oh My Posh 在安装完后,输入并执行Get-PoshThemes命令便可以浏览 Oh My Posh 自带的几十款主题(...
https://ohmyposh.dev/docs/themes 也可以去github上找自己想要的主题,下载.json文件后放入以下地址: C:/Users/用户名/AppData/Local/Programs/oh-my-posh/themes 然后在$PROFILE中输入对应主题名即可 如果出现脚本无法加载,或者显示需要数字认证之类的内容,输入以下命令,更改命令策略后再重启一下看看 ...
GNU/Linux : #这是安装程序 sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh sudo chmod +x /usr/local/bin/oh-my-posh#下载主题文件 mkdir ~/.poshthemes ...