Skip to content

Instantly share code, notes, and snippets.

@dotus-git
dotus-git / profile.ps1
Created January 3, 2023 19:01
PowerShell Profile
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/negligible.omp.json' | Invoke-Expression
# Chocolatey profile
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Module "$ChocolateyProfile"
}
# Add string to PATH machine-level env var
function Add-Path($Path) {
color:
- white
- red
- orange
- yellow
- blue
- green
- purple
- black