推荐使用 Darkblood ,因为和vs code 一起使用的话,vs里面展示的终端,这个看起来更兼容一些 符号少。主题需要下载字体和图标才好看。 卸载主题 清空里面的内容Microsoft.PowerShell_profile.ps1 即可。 Import-Moduleposh-gitImport-Moduleoh-my-poshSet-PoshPrompt-ThemeDarkblood...
比如Get-PoshThemes可以列出本地所有主题 而设置主题则是Set-PoshPrompt -Theme paradox,这里的paradox可以改为其他主题。 选一个喜欢的主题,然后把设置主题的指令放到Powershell的profile文件里面就好了。 自定义 主题文件都保存在%powershell安装目录%\Modules\oh-my-posh\%oh-my-posh版本号%\themes里面,可以随意修改。
oh-my-posh init pwsh --config"C:\Users\wangb\AppData\Local\Programs\oh-my-posh\themes\kali.omp.json"|Invoke-Expression theme是以json文件的格式进行保存,通过--config选项对theme文件进行配置,这里比较推荐使用绝对路径 themes目录下官方已经提供了很多配置文件,具体的效果可以参考以下链接 Themes | Oh My ...
习惯了 iterm2 中 CMD+D,SHIFT+CMD+D 来拆分窗口,很庆幸 windows terminal 已经提供了快捷键修改,且针对的就是拆分窗口,直接设置即可,如下: .leon.omp.theme.json {"$schema":"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json","blocks":[{"alignment":"left","s...
Import-Module oh-my-posh Set-PoshPrompt-Theme JanDeDobbeleer 保存退出。 第一条命令表示导入posh-git 第二条命令表示导入oh-my-posh 第三条命令表示设置主题为JanDeDobbeleer 每次打开Windows Terminal中的Power shell都会执行脚本文件中的三条命令。
第一步:安装 Oh My Posh 先启动你主用的终端(本文将以 Windows Terminal 为例),然后输入如下安装命令: 代码语言:javascript 复制 Install-Module oh-my-posh-Scope CurrentUser 如果中途提示是否允许安装,输入Y继续就好了。 第二步:启用 Oh My Posh
Import-Module oh-my-posh Set-Theme Honukai 保存后关闭记事本。 其中Set-Theme Honukai是设置主题的,其他可选主题有Agnoster、Avit、Darkblood、Fish、Honukai、Paradox、Sorin、tehrob,可自行选择。 最后更新配置: 代码语言:javascript 复制 C:\Users\Kuan\Documents\WindowsPowerShell\Microsoft.PowerShell_profile....
6.选择对应的theme,可以使用Get-PoshThemes,查看.然后根据命令最后的方式进行选择对应的theme.同样可以把对应的命令放到powershell的配置文件里. 命令如下:oh-my-posh init pwsh --config C:\Users\gaos\AppData\Local\Programs\oh-my-posh\themes/jandedobbeleer.omp.json | Invoke-Expression ...
mir-hussain/oh-my-posh-thememain 1 BranchTags Code Folders and filesLatest commit mir-hussain Update zash-mir.omp.json 8a45974· Jul 12, 2024 History3 Commits zash-mir.omp.json Update zash-mir.omp.json Jul 12, 2024 About No description, website, or topics provided. Activity Stars 2...
configure your shell touse Oh My Posh (optional) configure a theme orcustom prompt configuration posh命令和posh for powershell 命令👺 安装完posh后,其会自动配置环境变量,因此可以在任意shell中访问到posh程序(命令行程序) PS 🕰️5:09:29 PM [C:\Users\cxxu\Desktop] 🔋100%→posh -h ...