nushell/docs/3rd_Party_Prompts.md
eggcaker 9450bcb90c
Update 3rd_Party_Prompts.md (#878)
`decode utf-8` not required now
2022-01-28 19:41:48 -05:00

1.1 KiB

How to configure 3rd party prompts

nerdfonts

nerdfonts are not required but they make the presentation much better.

site

repo

oh-my-posh

site

repo

If you like oh-my-posh, you can use oh-my-posh with engine-q with few steps. It's works great with engine-q. There is how to setup oh-my-posh with engine-q:

  1. Install Oh My Posh and download oh-my-posh's themes following guide
  2. Download and Install a nerd font
  3. Set the PROMPT_COMMAND in ~/.config/nushell/config.nu, change M365Princess.omp.json to whatever you like Themes demo
let-env PROMPT_COMMAND = { oh-my-posh --config ~/.poshthemes/M365Princess.omp.json }
  1. Restart engine-q.

Starship

site

repo

Purs

repo