https://www.jetbrains.com/toolbox-app/
https://code.visualstudio.com/
在 winget 前就已经习惯了使用 choco 包管理
安装文档:https://chocolatey.org/install
https://github.com/gerardog/gsudo
在 PowerShell/CMD 终端中类似 Linux sudo 体验的通过管理员执行命令
微软自家的 sudo 暂未在正式版 Windows 11 中提供,未来可以替换掉
https://github.com/starship/starship
通过 choco 安装 starship
Shell 增强工具,然后在 PowerShell Profile 中加入以下行:
Invoke-Expression (&starship init powershell)
初始化配置:
mkdir -p ~/.config
code ~/.config/starship.toml
starship.toml
配置内容参考官网指引: