Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (30 loc) · 1.05 KB

oh-my-posh Themes

This is a collection of customised oh my posh themes.
All available themes can be found in the themes folder.

Custom Font

To ensure that the custom themes display icons correctly it's necessarry to set a custom font in the Windows Terminal and VSCode Terminal.
These themes have been testet with the DejaVuSansM Nerd Font Mono font.
Install font with: oh-my-posh font install

Windows Terminal Configuration

  • notepad $PROFILE
  • set content of PROFILE to
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/a-mnich/oh-my-posh-themes/main/themes/damn-good-posh.omp.json' | Invoke-Expression
  • set the default terminal font face value for profiles
  "profiles": 
  {
      "defaults": 
      {
          "font": 
          {
              "face": "DejaVuSansM Nerd Font Mono"
          }
      }
  }

VSCode Configuration

  • open Settings
  • search for "Terminal Font" (terminal.integrated.fontFamily)
  • set to custom font name (e.g. "DejaVuSansM Nerd Font Mono")