Installing PowerShell on macOS
brew install powershell/tap/powershellValidate
$ pwsh
PowerShell 7.4.1
PS /FullPath >$PROFILE setup
# You can copy the contents from the Microsoft.PowerShell_profile.ps1 in the home directory of repository
code $PROFILEYou can get more details about $PROFILE using
$Profile | Select-Object *