json set-alias vim"C:\software\git\Git\usr\bin\vim.exe"# 此处为vim的安装路径, 安装完Git就有了set-alias vi"C:\software\git\Git\usr\bin\vim.exe"# 此处为vim的安装路径, 安装完Git就有了new-alias grep findstr # Linux grep 使用惯了, 所以建立一个昵称oh-my-posh --init --shell pwsh -...
继续修改文件 换掉第一行即可,如:oh-my-posh init pwsh --config 'C:\Users\12205\AppData\Local\Programs\oh-my-posh\themes\jandedobbeleer.omp.json' | Invoke-Expression 重启生效。六、字体与背景 找到设置或者用快捷键 Ctrl+,配置好字体与背景,中文界面不解释,看图。七、总结 美化的终点是原生,换...
Themes | Oh My Posh,格式就按照xxx.omp.json(同路径下的文件名)就可以。 最后按esc,输入:wq!就可以保存了。 重启终端,效果图如图。 如果你出现了 这样的情况,上面有个CONFIG ERROR字样,就说明你配置位置 出现了问题,极大可能是路径问题,CONFIG ERROR · JanDeDobbeleer/oh-my-posh · Discussion #3412 (gi...
oh-my-posh init pwsh | Invoke-Expression 如果终端变成了下图就说明安装成功: 这是oh-my-posh3的默认主题 2. 配置整体运行文件 notepad $profile 将以下文本写入其中: oh-my-posh init pwsh --config <主题路径(json文件)> | Invoke-Expression Import-Module posh-git Import-Module Terminal-Icons Set-PS...
如何给 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宣传片 “...
官网地址:Fonts | Oh My Posh。推荐我们安装Nerd Font。 下载字体后,点击安装。 安装后,在Windows Terminal的设置-> Windows PowerShell ->外观中可以选择我们对应的字体: 也可以直接编辑配置文件,打开Windows Terminal终端,按快捷键ctrl + shift + 逗号键,弹出setting.json即为该终端的配置信息,编辑profiles->defau...
在powershell中执行notepad$PROFILE打开配置文件。在打开的文件中输入 oh-my-posh init pwsh|Invoke-Expression 保存;或者直接使用命令代替上面的操作: Set-Content$env:HOMEPATH\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 ‘oh-my-posh init pwsh|Invoke-Expression’ ...
winget install JanDeDobbeleer.OhMyPosh -s winget 1. 2.2、离线安装 Github下载地址:Releases · microsoft/terminal · GitHub 下载后解压,双击主程序即可打开。 2.3、配置 找到Windows Terminal配置文件: 我的路径是:C:\Users\79304\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1。
配置Powershell 安装美化插件oh my posh 从网盘下载资料后,找到 soft 文件夹,将里面的 WindowsPowerShell 文件夹,复制到 "文档" 此时,打开powershell,会显示如下效果: oh my posh主题一览表 M365Princess agnoster# agnosterplus# aliens# amro# atomic# ...
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...