PortValhalla/scripts/Windows/Config/Oh My Posh/Install.ps1

8 lines
246 B
PowerShell
Raw Normal View History

2023-07-27 00:57:35 +00:00
#!/bin/pwsh
param($context)
. "$PSScriptRoot/../../Scripts/Context.ps1";
[Context] $context = $context;
Write-Host "Configuring Oh My Posh!";
$context.AddPowerShellProfileStatement("999_Oh My Posh", 'oh-my-posh init pwsh | Invoke-Expression;');