oh-my-posh init pwsh | Invoke-Expression然后回到Windows terminal新建一个powershell,即可看到以下内容修改主题:$user_name = "steve" $theme_name = "bubblesextra" oh-my-posh init pwsh --config "C:\Users\${user_name}\AppData\Local\Programs\oh-my-posh\themes\$theme_name.omp.json" | Invoke-...
输入$PROFILE查询你的 PowerShell Profile 文件位置: 去对应的文件夹找一下这个文件(Microsoft.PowerShell_profile.ps1)。如果你没有这个文件,就新建一个,文件里面编写如下内容: 代码语言:javascript 复制 Import-Module oh-my-posh Set-PoshPrompt agnoster 这里的agnoster是刚刚Get-PoshThemes主题列表里的第一个。因为...
现在的oh-my-posh可以直接从Microsoft Store下载exe文件安装了,别去折腾命令行的命令了,速度太慢了。 安装完成后,如果是windows系统,推荐Windows Terminal(没有的话在Microsoft Store里安装)下启动powershell。 二、配置 配置oh-my-posh过程中比较复杂的点就是Nerd Font和Themes这两点: 1.Nerd Font 去下面的网站下...
安装PowerShell 在Microsoft Store 搜索 Windows Terminal,点击安装即可。 安装Oh My Posh 官方安装文档:Oh My Posh 安装指南 设置主题 在终端输入命令 Get-PoshThemes,即可查看支持的主题列表。 选择一个主题,例如 negligible,并修改 Microsoft.PowerShell_profile.ps1 文件中的主题内容。 临时切换主题 oh-my-posh ...
Windows | Oh My Posh Linux | Oh My Posh macOS | Oh My Posh 设置随机主题,每天都有惊喜 poershell 在powershell输入code $profile,输入下面的脚本命令: $theme=Get-ChildItem$env:UserProfile\\AppData\\Local\\Programs\\oh-my-posh\\themes\\|Get-Randomecho"hello! today's lucky theme is: $theme...
2. 设置powershell的profile 打开一个powershell窗口,执行New-Item -Path $PROFILE -Type File -Force来创建一个新的profile, 再执行notepad $PROFILE用记事本打开它。 写入以下行: &([ScriptBlock]::Create((oh-my-poshinitpwsh--config"$env:POSH_THEMES_PATH\jandedobbeleer.omp.json"--print)-join"`n"...
重新打开powershell,输入以下命令,没报错有输出就代表成功了: oh-my-posh 由于oh my posh仅支持nerd font,所以我安装了Microsoft最新版的cascadia-code(已支持nerd font): https://github.com/microsoft/cascadia-code 然后设置显示字体为nf后缀的: 以cascadia mono nf为例 ...
著名Powershell美化工具Oh my Posh广为人知,确实也很好用,预置的几个主题比起PowerShell那个PS>好看很多,也实用很多,还可以客制化,不过2代的主题是用powershell脚本写的,改起来可能稍微有点麻烦。 Oh my Posh还有一个处于Prerelease的Oh my Posh 3,主题是json写的配置文件,比起前代来说要傻瓜很多,更容易自定义...
https://youtu.be/5-aK2_WwrmMHow to set up PowerShell prompt with Oh My Posh on Windows 11, 视频播放量 1.1万播放、弹幕量 7、点赞数 187、投硬币枚数 31、收藏人数 399、转发人数 15, 视频作者 HeyJSer, 作者简介 整理了一些前端合集 | 一个既学前端又学英语的频道 o.
shell_powershell_oh my posh :扩展您的posh主题(extend/modify your themes),文章目录officiallinkextend/modifyyourtheme大致的路径关于官方的方法officiallink访问