type
Post
status
Published
date
Mar 15, 2022
slug
building-a-more-friendly-powershell
summary
tags
category
未定义
icon
password
Property
Jul 1, 2022 06:15 AM
- 安装 CHOCOLATEY
- 在当前窗口提升权限 choco install gsudo,然后就像 sudo 一样用就可以了
- 美化
gsudo choco install starship code $PROFILE 然后添加 Invoke-Expression (&starship init powershell)
- 再换个字体、背景、设置不透明度什么的就好了