1. 安装powershell 我相信大家都有,除非你自己卸载了,这个可以去微软应用商店去下 2.安装oh-my-posh winget install JanDeDobbeleer.OhMyPosh -s winget 【此处踩坑】winget比较慢,一般是没有换源导致的 一般而言,先查看winget源 winget source list winget源 一般而言,有两个,一个是微软的cdn的cache(这里...
官网在这—-»> https://ohmyposh.dev/ 使用winget安装,打开powershell或者cmd黑窗。没用过winget的,先用 winget upgrade 更新下。安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 三、字体 官网提议下载字体包,去这里:https://www.nerdfonts.com/font-downloads 找个顺眼的安装上,不装不...
1. 下载安装Oh My Posh winget install JanDeDobbeleer.OhMyPosh 2.下载一个nerd 字体 下载地址:Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher 选择里面的一个字体: [图片上传失败...(image-9ad0c4-1693557757074)] 下载后解压缩,右键安装字体即可 3. 设置Power Shell的默认...
配置oh-my-posh过程中比较复杂的点就是Nerd Font和Themes这两点: 1.Nerd Font 去下面的网站下载一个名字里面带NF的字体,windows下直接安装,其他系统参照网站说明。 下载地址:https://www.nerdfonts.com/ 2.Themes step1:设置字体 用管理员身份打开Windows Terminal,在界面中按下ctrl+shift+,后,会打开一个setting...
官网地址:Fonts | Oh My Posh。推荐我们安装Nerd Font。 下载字体后,点击安装。 安装后,在Windows Terminal的设置-> Windows PowerShell ->外观中可以选择我们对应的字体: 也可以直接编辑配置文件,打开Windows Terminal终端,按快捷键ctrl + shift + 逗号键,弹出setting.json即为该终端的配置信息,编辑profiles->defau...
1-2 搜索oh-my-posh,点击Manual Download,找到2.0.496版,点击下载。 1-3 搜索下载posh-git【如果这俩下载不了,评论区有备用地址】 下载 2、打开https://github.com/microsoft/cascadia-code/releases,下载Cascadia连字字体; 也可以在评论区拿 3、打开https://git-scm.com/downloads,下载git(可以不下载,只是...
官网地址:Fonts | Oh My Posh。推荐我们安装Nerd Font。 下载字体后,点击安装。 安装后,在Windows Terminal的设置-> Windows PowerShell ->外观中可以选择我们对应的字体: 也可以直接编辑配置文件,打开Windows Terminal终端,按快捷键ctrl + shift + 逗号键,弹出setting.json即为该终端的配置信息,编辑profiles->defau...
安装字体 主题需配合相应的字体使用,不然显示会不正确。 Fonts | Oh My Posh 下载安装完成之后应用到 PowerShell 中。 建议 1、环境变量中可设置 POSH_THEMES_PATH 用于引用主题文件目录 可以在 PowerShell中输入如下指令查看配置的路径 "$env:POSH_THEMES_PATH" ...
Windows | Oh My Poshohmyposh.dev/docs/installation/windows 不过在真实的win11环境下安装会有一些小坑,所以我就以最简短的笔体来描述一下安装过程。 oh-my-posh3比较影响性能,如果你的CPU不是很好,不是很推荐使用。 准备 下载Nerd字体: Nerd Fonts - Iconic font aggregator, glyphs/icons collection, &...
eval"$(oh-my-posh --init --shell bash --config ~/.poshthemes/jandedobbeleer.omp.json)" 1. 如果出现乱码注意安装字体 官方推荐字体 Cascadia Mono PL 使用上会有问题 ,推荐 Meslo LGM NF 字体安装 官方推荐Meslo LGM NF:https://ohmyposh.dev/docs/fonts...