1. 安装powershell 我相信大家都有,除非你自己卸载了,这个可以去微软应用商店去下 2.安装oh-my-posh winget install JanDeDobbeleer.OhMyPosh -s winget 【此处踩坑】winget比较慢,一般是没有换源导致的 一般而言,先查看winget源 winget source list winget源 一般而言,有两个,一个是微软的cdn的cache(这里...
官网地址:Fonts | Oh My Posh。推荐我们安装Nerd Font。 下载字体后,点击安装。 安装后,在Windows Terminal的设置-> Windows PowerShell ->外观中可以选择我们对应的字体: 也可以直接编辑配置文件,打开Windows Terminal终端,按快捷键ctrl + shift + 逗号键,弹出setting.json即为该终端的配置信息,编辑profiles->defau...
Install-Module oh-my-posh -Scope CurrentUser -Verbose 然后观察输出发现,有安装地址,类似这种的https://www.powershellgallery.com/api/v2/package/oh-my-posh/2.0.468,但是一直安装不上,还有一个信息,就是安装位置,忘了截图了,如果是所有用户:C:\Program Files\WindowsPowerShell\Modules\oh-my-posh\5.17.0...
oh-my-posh init pwsh | Invoke-Expression 如果终端变成了下图就说明安装成功: 这是oh-my-posh3的默认主题 2. 配置整体运行文件 notepad $profile 将以下文本写入其中: oh-my-posh init pwsh --config <主题路径(json文件)> | Invoke-Expression Import-Module posh-git Import-Module Terminal-Icons Set-PS...
安装oh-my-posh oh-my-posh应该是对标 oh-my-zsh 的工具,其安装步骤如下: 使用系统管理员打开 Windows Terminal 执行安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 使用系统管理员重新打开 Windows Terminal,使得 oh-my-posh 命令生效
二.安装字体 三.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中使用Oh My Posh美化你的终端PowerShell或WSL 安装Windows terminal Windows 终端是一个新式主机应用程序,它面向你喜爱的命令行shell,如命令提示符、PowerShell和bash(通过适用于Linux的Windows子系统 (WSL))。 它的主要功能包括多个选项卡、窗格、Unicode和UTF-8字符支持、GPU加速文本呈现引擎,你还可用它来...
官网地址:Home | Oh My Posh 2.1、在线安装 打开Microsoft Store,搜索oh my posh,直接安装即可。 或者直接Windows Terminal直接输入命令安装: winget install JanDeDobbeleer.OhMyPosh -s winget 1. 2.2、离线安装 Github下载地址:Releases · microsoft/terminal · GitHub ...
在windows中使用Oh My Posh美化你的终端PowerShell或WSL 安装Windows terminal Windows 终端是一个新式主机应用程序,它面向你喜爱的命令行shell,如命令提示符、PowerShell和bash(通过适用于Linux的Windows子系统 (WSL))。 它的主要功能包括多个选项卡、窗格、Unicode和UTF-8字符支持、GPU加速文本呈现引擎,你还可用它来...
oh-my-posh 的不少主题都是依赖于该字体,否则部分 icon 会乱码,建议安装。 Nerd Fonts 官网 博主安装的是这套字体,也是官方推荐的字体:Meslo LGM NF。 windows terminal 配置 启动shell 设置为 powershell 7 以管理员权限启动 shell 在windows terminal 的设置中,打开JSON文件: ...