Fonts | Oh My Posh 下载安装完成之后应用到 PowerShell 中。 建议 1、环境变量中可设置 POSH_THEMES_PATH 用于引用主题文件目录 可以在 PowerShell中输入如下指令查看配置的路径 "$env:POSH_THEMES_PATH" 我用的主题是markbull.omp.json此主题有个不好的地方是管理指令的目录和耗时信息其实是上一个指令的。 如...
1. 安装powershell 我相信大家都有,除非你自己卸载了,这个可以去微软应用商店去下 2.安装oh-my-posh winget install JanDeDobbeleer.OhMyPosh -s winget 【此处踩坑】winget比较慢,一般是没有换源导致的 一般而言,先查看winget源 winget source list winget源 一般而言,有两个,一个是微软的cdn的cache(这里...
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 install JanDeDobbelee...
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...
官网在这—-»> https://ohmyposh.dev/ 使用winget安装,打开powershell或者cmd黑窗。没用过winget的,先用 winget upgrade 更新下。安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 三、字体 官网提议下载字体包,去这里:https://www.nerdfonts.com/font-downloads 找个顺眼的安装上,不装不...
我就简单说一下我使用的powershell主题插件oh-my-posh3的使用方法。 进入oh-my-posh3,就可以看到官方的安装攻略: Windows | Oh My Poshohmyposh.dev/docs/installation/windows 不过在真实的win11环境下安装会有一些小坑,所以我就以最简短的笔体来描述一下安装过程。 oh-my-posh3比较影响性能,如果你的CPU...
安装: Set-ExecutionPolicy Bypass -Scope Process -Force;Invoke-Expression((New-Object System.Net.WebClient).DownloadString('https://ohmyposh.dev/install.ps1')) 重新打开powershell,输入以下命令,没报错有输出就代表成功了: oh-my-posh 由于oh my posh仅支持nerd font,所以我安装了Microsoft最新版的cascadia...
通过msi安装包安装 目前我采用此方式,比较符合我的管理习惯 推荐使用安装版: Installing PowerShell on Windows - PowerShell | Microsoft Docs 配置样式默认值 更多oh my posh安装信息,参考 vscode/windows terminal_oh my posh(基于pwsh字体乱码问题修复)windows_oh my posh安...
1-2 搜索oh-my-posh,点击Manual Download,找到2.0.496版,点击下载。 1-3 搜索下载posh-git【如果这俩下载不了,评论区有备用地址】 下载 2、打开https://github.com/microsoft/cascadia-code/releases,下载Cascadia连字字体; 也可以在评论区拿 3、打开https://git-scm.com/downloads,下载git(可以不下载,只是...
官网地址:Home | Oh My Posh 2.1、在线安装 打开Microsoft Store,搜索oh my posh,直接安装即可。 或者直接Windows Terminal直接输入命令安装: winget install JanDeDobbeleer.OhMyPosh -s winget 1. 2.2、离线安装 Github下载地址:Releases · microsoft/terminal · GitHub ...