Skip to content

Instantly share code, notes, and snippets.

@RalkeyOfficial
RalkeyOfficial / Microsoft.PowerShell_profile.ps1
Last active July 15, 2022 11:23
The Config i use for my terminal
# oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\tiwahu.omp.json | Invoke-Expression
Invoke-Expression (&starship init powershell)
# Import the Chocolatey Profile that contains the necessary code to enable
# tab-completions to function for `choco`.
# Be aware that if you are missing these lines from your profile, tab completion
# for `choco` will not function.
# See https://ch0.co/tab-completion for details.
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {