powershell_setup
This is an old revision of the document!
PowerShell Setup
- Run
Get-PSRepository
to verify if PowerShell Gallery is set up properly. If it isn't, you probably need to set up the web proxy settings. - Run
Find-Module posh-git
to verify that modules can be installed. If you get 'Unable to resolve package source…' you will need to install it manually (don't bother trying to fix it). - Run
Install-Module posh-git -Scope CurrentUser
. - Run
Install-Module oh-my-posh -Scope CurrentUser
. - Run
Install-Module -Name Terminal-Icons -Repository PSGallery
. - Run
code $profile
. Update to:Import-Module posh-git Import-Module oh-my-posh Set-PoshPrompt -Theme pure Import-Module -Name Terminal-Icons Write-Output "Powershell version $($PSVersionTable.PSVersion)"
Picking a Theme
Current favorites: pure (minimalist) or iterm2.
- Open Windows Terminal.
- Spit it with two PowerShell terminals.
- In both, switch to an interesting directory, e.g.
cd C:\Dev\Common\Auto Hot Key\
- In one terminal, type
Get-PoshThemes
. - In the other, type
Set-PoshPrompt -Theme whatever
to play with it.
powershell_setup.1635985659.txt.gz · Last modified: 2021/11/05 01:27 (external edit)