User Tools

Site Tools


powershell_setup

This is an old revision of the document!


Powershell Setup

  1. 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.
  2. 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).
  3. Run Install-Module posh-git -Scope CurrentUser.
  4. Run Install-Module oh-my-posh -Scope CurrentUser.
  5. The theme you like was 'Paradox', but is now 'avit'.
  6. Run Install-Module -Name Terminal-Icons -Repository PSGallery.
  7. Run code $profile. Update to:
    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.1619320244.txt.gz · Last modified: 2021/04/26 04:10 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki