jonlabelle / pwsh-profile

My personal PowerShell profile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My personal PowerShell profile.

License:MIT License


Languages

Language:PowerShell 100.0%