Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1015 Bytes

wortell-posh-prompt.md

File metadata and controls

30 lines (24 loc) · 1015 Bytes

Wortell POSH Prompt

image

Installation

  1. If you haven't already done so, go to ohmyposh.dev website to follow the installation guide of Oh my Posh.
  2. You need to install a Nerd Font to display the symbols correctly.
  3. Download the json file
Invoke-WebRequest -Uri "https://github.com/wortell/gists/main/wortell-posh-prompt.json" -OutFile "./wortell-posh-prompt.json"
  1. Set the Wortell POSH Prompt
Set-PoshPrompt ./wortell-posh-prompt.json
  • Optional: Install the terminal-icons module
Install-Module terminal-icons

import the terminal-icons module

Import-Module terminal-icons

To add this to your machine profile

echo "Set-PoshPrompt ./wortell-posh-prompt.json`nImport-Module terminal-icons">>$PSHome/profile.ps1