/pwsh-profile

My personal PowerShell profile.

Primary LanguagePowerShellMIT LicenseMIT

PowerShell Profile

ci

My personal PowerShell profile.

Install

Overlay Overwrite your PowerShell profile path with the contents of this repository.

Choose your appropriate platform:

Linux/macOS

git clone 'https://github.com/jonlabelle/pwsh-profile.git' $HOME/.config/powershell

Windows

PowerShell Desktop

git clone 'https://github.com/jonlabelle/pwsh-profile.git' $HOME\Documents\WindowsPowerShell

PowerShell Core

git clone 'https://github.com/jonlabelle/pwsh-profile.git' $HOME\Documents\PowerShell

Update

To pull in the latest updates from this GitHub repo:

Update-Profile