Useful package collection for Windows PowerShell

🐚Collection

🏔️ Config on PowerShell profile

Open PowerShell profile file:

code  $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1

File content:

Invoke-Expression (&starship init powershell)
fnm env --use-on-cd | Out-String | Invoke-Expression