Windows 终端中设置 Powerline

美化终端

安装 Powerline 字体

Cascadia Code PL 或 Cascadia Mono PL包含 Powerline 字形,安装其中一个字体即可。Cascadia Code字体的GitHub链接

替换powershell字体为Cascadia Mono PL

PowerShell 必备条件

使用 PowerShell,安装 Posh-Git 和 Oh-My-Posh:

Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser

查看所有主题

 Get-PoshThemes

设置主题,主题名为iterm2

 Set-PoshPrompt -Theme iterm2

效果如下:
Windows 终端中设置 Powerline

查看更多的命令

 help posh
上一篇:golang反转单链表


下一篇:JAVA学习记录--单链表问题