我的 PowerShell 配置

安装 Scoop

Scoop 是 Windows 上的包管理器

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression

安装 Oh My Posh

Oh My Posh 是一款 Shell 美化插件

winget install JanDeDobbeleer.OhMyPosh -s winget

PowerShell 配置文件位置:

C:\%USERPROFILE%\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1

posted @ 2024-07-22 16:52  Undefined443  阅读(8)  评论(0编辑  收藏  举报