Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 652 Bytes

File metadata and controls

37 lines (24 loc) · 652 Bytes

Powershell

Installation

Installing PowerShell on macOS

brew install powershell/tap/powershell

Validate

$ pwsh
PowerShell 7.4.1
PS /FullPath >

Setup

$PROFILE setup

# You can copy the contents from the Microsoft.PowerShell_profile.ps1 in the home directory of repository
code $PROFILE

You can get more details about $PROFILE using

$Profile | Select-Object *

VS Code Plugins