Powershell 美化设置

post-git

1
Install-Module posh-git -Scope CurrentUser

DirColors

1
Install-Module DirColors -Scope CurrentUser

oh-my-posh

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

配置

在powershell中输入$PROFILE查看配置文档路径:

1
2
PS C:\Users\BaiYang> $PROFILE
C:\Users\XXX\Documents\PowerShell\Microsoft.PowerShell_profile.ps1

在这个文档中输入

1
2
3
4
Import-Module DirColors
Import-Module oh-my-posh
Set-Theme Paradox
Import-Module PSReadLine

重新启动powershell既可

  • 字体使用更纱黑体