安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 三、字体 官网提议下载字体包,去这里:https://www.nerdfonts.com/font-downloads 找个顺眼的安装上,不装不影响。解压,全选字体,右键安装即可。四、配置 新建配置文件 加入内容 oh-my-posh init pwsh | Invoke-Expression 使生效 会报错不用管...
如果您使用单独的powershell或者采用windows termianl: 基于已经安装了oh my posh 的环境基础上进行 如果没有,可以参看: https://blog.csdn.net/xuchaoxin1375/article/details/117884567 不会引起乱码的字体: Nerd Font 系列字均可以; https://www.nerdfonts.com/font-downloads 安装字体: 解压后(打开windows sett...
为了使其在所有位置上都起作用,您将不得不修改您的oh-my-posh主题以使用可以用UCS-2字符表示的不同字符。 对于Oh My Posh的版本2,要进行字体更改,您必须编辑$ThemeSettings变量。请按照GitHub上配置主题设置的说明操作。例如: $ThemeSettings.GitSymbols.BranchSymbol = [char]::ConvertFromUtf32(0x2514) 对于...
将“~\AppData\Local\Programs\oh-my-posh\themes\你想用的主题.omp.json” 文件拷贝到 C:\Users\你的用户名 目录下;再在 ~/.profile 文件(没有则touch .profile创建)添加命令,后执行 . ~/.profile 刷新,重启终端即可生效。 eval "$(oh-my-posh --init --shell bash --config ~/agnostERPlus.omp.j...
此时oh-my-posh 一般是乱码的,原因是未设置字体。 在Windows Terminal 顶部最右边,依次点击﹀->>设置->>Windows Powershell->>外观 在【字体】中选择刚刚安装的 Meslo:MesloLGM Nerd Font 重新打开 Windows Terminal,至此 oh-my-posh 已配置完成。
oh-my-posh font install Nerd Fonts 网站下载,解压后右击安装 为终端设置 Nerd Fonts 字体 修改Windows 终端设置(默认快捷方式:CTRL + SHIFT + ,),在settings.json文件defaults属性下添加font.face属性 {"profiles":{"defaults":{"font":{"face":"MesloLGM Nerd Font"}}} 右击...
使用我们配置的字体:打开PowerShell 使用快捷键 Ctrl + Shift + ,来打开配置文件: 再运行:notepad $profile第一次会显示找不到该文件,选择创建新文件,然后输入并保存在文件里面输入:oh-my-posh init pwsh | Invoke-Expression然后回到Windows terminal新建一个powershell,即可看到以下内容修改主题:...
参考文章 1、下载指定字体 在这个路径下载字体:Nerd Fonts - Iconic font 字体名称: Symbols Nerd Font 下载之后点击文件右键->安装 2、配置VSCode VSCode中打开设置,在顶部输入框输入以下字符: Integrated:Font Family 在字体里面输入: Symbols Nerd Font
1. 下载安装Oh My Posh winget install JanDeDobbeleer.OhMyPosh 2.下载一个nerd 字体 下载地址:Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher 选择里面的一个字体: [图片上传失败...(image-9ad0c4-1693557757074)] ...
安装OhMyPosh的字体 如果不安装字体,最后终端可能会出现乱码 这里我们需要安装Meslo LGM NF字体,这是Oh my Posh官方推荐使用的字体,使用微软推荐的Cascadia Code PL和Cascadia Mono PL会出现图标不显示的问题 Github链接: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip ...