安装命令: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...
Windows 终端美化笔记 一、安装必要工具 Windows + X 然后打开powershell Oh My Posh # 使用 winget 安装 winget install JanDeDobbeleer.OhMyPosh -s winget # 安装字体 oh-my-posh font i
oh-my-posh font install Nerd Fonts 网站下载,解压后右击安装 为终端设置 Nerd Fonts 字体 修改Windows 终端设置(默认快捷方式:CTRL + SHIFT + ,),在settings.json文件defaults属性下添加font.face属性 {"profiles":{"defaults":{"font":{"face":"MesloLGM Nerd Font"}}} 右击...
此时oh-my-posh 一般是乱码的,原因是未设置字体。 在Windows Terminal 顶部最右边,依次点击﹀->>设置->>Windows Powershell->>外观 在【字体】中选择刚刚安装的 Meslo:MesloLGM Nerd Font 重新打开 Windows Terminal,至此 oh-my-posh 已配置完成。
参考文章 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)] ...
一、工具软件、字体安装 1、Windows Terminal、PowerShell 2、字体 3、安装 oh-my-posh 4、主题 二、终端配置 三、文件配置 四、效果展示 ...