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). - Download the FuraCode Nerd Font from Nerd Fonts.
- Install all the 'Fura Code xxx Nerd Font Complete.otf' fonts. Don't bother with the 'Fira *' fonts.
- Follow these instructions or these instructions.
- The theme you like was 'Paradox', but is now 'avit'.
- Run
Install-Module -Name Terminal-Icons -Repository PSGallery
.
Import-Module posh-git Import-Module oh-my-posh Set-PoshPrompt -Theme avit Import-Module -Name Terminal-Icons Write-Output "Powershell version $($PSVersionTable.PSVersion)"
powershell_setup.1619319699.txt.gz · Last modified: 2021/04/26 04:01 (external edit)