我们可以使用Oh My Posh自定义PowerShell或适用于Linux的Windows子系统 (WSL) 的命令提示符。Oh My Posh提供完全自定义的命令提示符体验的主题功能,提供 Git 状态颜色编码和提示符。如下图: 安装Oh My Posh for PowerShell 如果要自定义 PowerShell 提示符,可使用winget安装Oh My Posh。 在powershell终端中输入以...
我们可以使用Oh My Posh自定义PowerShell或适用于Linux的Windows子系统 (WSL) 的命令提示符。Oh My Posh提供完全自定义的命令提示符体验的主题功能,提供Git状态颜色编码和提示符。如下图: 安装Oh My Posh for PowerShell 如果要自定义 PowerShell 提示符,可使用winget安装Oh My Posh。 在powershell终端中输入以下...
| The term 'oh-my-posh' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the|name, orifa path was included, verify that the path is correct and try again 1. 2. 3. 4. 5. 6. 解决这个问题很简单:将oh-my-posh.exe添加到...
oh-my-posh 的不少主题都是依赖于该字体,否则部分 icon 会乱码,建议安装。 Nerd Fonts 官网 博主安装的是这套字体,也是官方推荐的字体:Meslo LGM NF。 windows terminal 配置 启动shell 设置为 powershell 7 以管理员权限启动 shell 在windows terminal 的设置中,打开JSON文件: 编辑配置: 只要安装了 powershell ...
三.Windows Terminal使用Nerd Fonts字体 四.配置Shell终端以使用oh-my-posh 五.配置cmd终端使用oh-my-posh 六.Git Bash配置oh-my-posh 一. 什么是oh-my-posh? Oh My Posh 是一个适用于任何 shell 的自定义提示引擎,能够使用函数或变量调整提示字符串。
windows电脑上的终端工具Window terminal大家应该都不陌生,这里介绍一款美化工具,从此告别windows terminal的黑与白。 2、Oh-My-Posh Oh My Posh 是一个命令行提示工具,通常用于美化和自定义终端提示符。它允许用户创建自定义的终端提示符,包括颜色、图标、文本样式等,以提高终端的可视化吸引力和功能性。Oh My Posh ...
oh-my-posh3比较影响性能,如果你的CPU不是很好,不是很推荐使用。 准备 下载Nerd字体: Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcherwww.nerdfonts.com/font-downloads 我使用的是Caskaydia Cove Nerd Font windows terminal终端配置:改字体(必须是nerd系列字体)+改背景+改...
修改字体: "fontFace":"JetBrainsMono Nerd Font Mono", "fontSize": 14 3. 安装oh-my-posh 微软商店搜索oh-my-posh安装 修改启动脚本 code $PROFILE/ notepad $PROFILE 输入: oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\montys.omp.json | Invoke-Expression ...
首先把默认终端应用程序设置为 Windows Terminal 然后在 Windows Terminal 的配置中更改字体(GUI/JSON) 可以自行挑选 Powerline 字体(一般都带有 for Powerline) 或者是 自行安装的更纱黑体 修改完字体后字体缺失的问题就解决了 ✨卸载教程 因为加载有些慢,折腾完后决定卸载Oh My Posh ...
这里以windows为例,linux大同小异 1. 安装powershell 我相信大家都有,除非你自己卸载了,这个可以去微软应用商店去下 2.安装oh-my-posh winget install JanDeDobbeleer.OhMyPosh -s winget 【此处踩坑】winget比较慢,一般是没有换源导致的 一般而言,先查看winget源 ...