Skip to content

Theme for oh-my-posh inspired by the Powerlevel10k's Rainbow theme

License

Notifications You must be signed in to change notification settings

denan63/posh10k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Posh10k - Theme for oh-my-posh inspired by the Powerlevel10k's Rainbow theme

posh10k_preview

Important: This theme primarily relies on the terminal color scheme, so it may look different from the screenshot above!

Windows Terminal Setup

  1. Install a compatible font
  2. Open Terminal settings by pressing Ctrl + , and set a Nerd Font in Profiles > Defaults > Appearance > Font face
  3. Install oh-my-posh
  4. Install posh-git
Install-Module posh-git -Scope CurrentUser -Force
  1. Run the following command to save this theme configuration file in your home directory:
curl https://raw.githubusercontent.com/denan63/posh10k/main/posh10k_rainbow.omp.json -o "$HOME\posh10k_rainbow.omp.json"
  1. Open $PROFILE in your preferred text editor (e.g., nvim $PROFILE) and add the following lines:
Import-Module posh-git
oh-my-posh init pwsh --config ~/posh10k_rainbow.omp.json | Invoke-Expression
  1. Restart the terminal.

Customization

If you want to customize this theme, edit the .json file in a text editor of your choice. The full tutorial is available here.

Credits

File posh10k_rainbow.omp.json is a modified version of the original Jan De Dobbeleer's theme (MIT License).

About

Theme for oh-my-posh inspired by the Powerlevel10k's Rainbow theme

Topics

Resources

License

Stars

Watchers

Forks