# Install winget install JanDeDobbeleer.OhMyPosh -s winget # Install a NERD Font oh-my-posh font install # Edit $PROFILE notepad $PROFILE # If $POROFILE doesn't exist: # New-Item -Path $PROFILE -Type File -Force // Inside $PROFILE # Dark cool one #oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/1_shell.omp.json' | Invoke-Expression # Lighter oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/catppuccin_latte.omp.json' | Invoke-Expression