Last active
May 4, 2020 18:57
-
-
Save koenverburg/0d5e7564b8f201cc8b7d83d569c6cba9 to your computer and use it in GitHub Desktop.
Getting started with powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install-Module posh-git | |
Install-Module oh-my-posh -Scope CurrentUser | |
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment