正在尝试升级已安装的包...已找到 Oh My Posh[JanDeDobbeleer.OhMyPosh]版本19.29.1此应用程序由其所有者授权给你。 Microsoft 对第三方程序包概不负责,也不向第三方程序包授予任何许可证。 正在下载 https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v19.29.1/install-amd64.exe ████...
由于oh my posh仅支持nerd font,所以我安装了Microsoft最新版的cascadia-code(已支持nerd font): https://github.com/microsoft/cascadia-code 然后设置显示字体为nf后缀的: 以cascadia mono nf为例 接下来就是用theme文件美化终端,theme文件预览地址: https://ohmyposh.dev/docs/themes ...
https://ohmyposh.dev/docs/themes 6.设置主题 vim$Profile 7.在文件中写入如下代码 #下面montys为主题名称,替换为自己喜欢的主题名称即可。推荐主题:microverse-poweroh-my-posh init pwsh --config'C:/Users/Administrator/AppData/Local/Programs/oh-my-posh/themes/montys.omp.json'| Invoke-Expression 8.下...
1.安装 oh-my-posh oh-my-posh 在powershell里运行winget install JanDeDobbeleer.OhMyPosh -s winget 2. 设置powershell的profile 打开一个powershell窗口,执行New-Item -Path $PROFILE -Type File -Force来创建一个新的profile, 再执行notepad $PROFILE用记事本打开它。 写入以下行: &([ScriptBlock]::Crea...
第一条命令表示导入 posh-git 第二条命令表示导入 oh-my-posh 分别使用以下命令使得配置生效: # git init conda init powershell # 注意:这里必须加上 powershell 主题配置(这里以 robbyrussel 为例) 官方主题:https://ohmyposh.dev/docs/themes#robbyrussel ...
https://ohmyposh.dev/docs/installation/prompt notepad $PROFILE 编辑文件, 添加下列配置: oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\jandedobbeleer.omp.json" | Invoke-Expression 你可以在安装位置看主题文件夹选择自己喜欢主题, 替换config中的名称。
vscode/windows terminal_oh my posh(基于pwsh字体乱码问题修复)windows_oh my posh安装(基于powershell(pwsh))/启动配置文件 具体可以通过命令help posh 查看详情。(列举出可用地相关命令) 查看当前pwsh安装路径 $psHome...
自动启动posh@powershell的配置文件 "$Profile" 推荐的 posh-git模块 自定义powershell命令行提示符的样式👺 简单修改 带上电量 基本的配置效果👺 卸载@移除 oh-my-posh👺 使用winget卸载 手动卸载 安装oh my posh Windows | Oh My Posh 文档提供了多种方式安装,但是国内可能下载不下来 ...
1)使用Install-Module oh-my-posh -Scope CurrentUser -Verbose命令,-Verbose显示安装过程的log信息 2)观察 log 输出,找到实际的安装地址,例如https://www.powershellgallery.com/api/v2/package/oh-my-posh/3.171.1(这个链接根据版本的不同会有变化) ...
现在的ohmyposh已经很方便了。 一、安装 官方文档:https://ohmyposh.dev/ 现在的oh-my-posh可以直接从Microsoft Store下载exe文件安装了,别去折腾命令行的命令了,速度太慢了。 安装完成后,如果是windows系统,推荐Windows Terminal(没有的话在Microsoft Store里安装)下启动powershell。