1、配置应用主题 oh-my-poshinit pwsh--config'C:/Users/Posh/jandedobbeleer.omp.json'|Invoke-Expression [!IMPORTANT] 注意把 'C:/Users/Posh/jandedobbeleer.omp.json' 换成相应的主题路径。 2、重新加载配置文件以使更改生效 .$PROFILE 上面两部操作完成之后关闭 PowerShell ,然后再次打开,如果应用的主题...
使用winget安装,打开powershell或者cmd黑窗。没用过winget的,先用 winget upgrade 更新下。安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 三、字体 官网提议下载字体包,去这里:https://www.nerdfonts.com/font-downloads 找个顺眼的安装上,不装不影响。解压,全选字体,右键安装即可。四、配置...
官方文档:https://ohmyposh.dev/ 现在的oh-my-posh可以直接从Microsoft Store下载exe文件安装了,别去折腾命令行的命令了,速度太慢了。 安装完成后,如果是windows系统,推荐Windows Terminal(没有的话在Microsoft Store里安装)下启动powershell。 二、配置 配置oh-my-posh过程中比较复杂的点就是Nerd Font和Themes这...
下载oh-my-posh主题git clone github.com/JanDeDobbele将里面的theme文件夹保留即可。 测试 oh-my-posh init pwsh | Invoke-Expression 如果终端变成了下图就说明安装成功: 这是oh-my-posh3的默认主题 2. 配置整体运行文件 notepad $profile 将以下文本写入其中: oh-my-posh init pwsh --config <主题路径(jso...
配置字体 此时oh-my-posh 一般是乱码的,原因是未设置字体。 在Windows Terminal 顶部最右边,依次点击﹀->>设置->>Windows Powershell->>外观 在【字体】中选择刚刚安装的 Meslo:MesloLGM Nerd Font 重新打开 Windows Terminal,至此 oh-my-posh 已配置完成。
如何给 PowerShell 配置 Oh My PoshHeyJSer 立即播放 打开App,流畅又高清100+个相关视频 更多4762 -- 0:14 App Win11番茄花园版 3154 -- 2:01 App windows11CrzayError(模仿windows7) 1041 -- 7:08:30 App Shell脚本编程全套视频教程121集(全) 9711 28 2:26 App 谷歌翻译20次|Windows7宣传片 “...
1. 安装powershell 我相信大家都有,除非你自己卸载了,这个可以去微软应用商店去下 2.安装oh-my-posh winget install JanDeDobbeleer.OhMyPosh -s winget 【此处踩坑】winget比较慢,一般是没有换源导致的 一般而言,先查看winget源 winget source list ...
1.当然,安装clink:https://github.com/chrisant996/clink/release 2.在clink的安装目录(一般是C:\Program Files (x86)\clink)中创建文件oh-my-posh.lua 其实一般来说除了文件夹,别的文件都没法在Program Files文件夹内创建,所以建议先在别的地方创建,编辑完后复制过去。
安装windows terminal 最简单的方法就是访问Windows Terminal - Microsoft Apps来安装!如下图: 安装完成,后我们就可以使用了。 可以在 Windows 终端中拉出选项卡并创建新窗口。 还可以将选项卡拖放到现有窗口中。 配置Oh My Posh 我们同样可以在window中配置自己想要的终端样式,接着看下面的操作: ...
1. 安装 oh-my-posh, posh-git 可以用scoop安装: # scoop bucket add extrasscoopinstalloh-my-posh 新建、修改配置文件,运行: if(!(Test-Path-Path$PROFILE)){New-Item-TypeFile-Path$PROFILE-Force}code$PROFILE 加入以下内容: Import-Moduleposh-gitImport-Moduleoh-my-poshSet-ThemeParadox# 如果PowerShell...