Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

A simple custom modification made of the Tokyo theme

from the oh-my-posh project by JanDeDobbeleer.

How to use the theme:

Powershell

Inside your notepad Profile:

notepad $PROFILE

Then put this:

if (Test-Path alias:\r) { Remove-Item alias:\r }
oh-my-posh init pwsh --config ~/tokyomodded.omp.json | Invoke-Expression

Bash

In your ~/.bashrc file:

[[ $(alias r 2>/dev/null) ]] && unalias r
eval "$(oh-my-posh init bash --config ~/tokyomodded.omp.json)"

More

https://ohmyposh.dev/docs/installation/customize

About

Modified version of the Tokyo theme since ver. 3, from the list of default themes for the oh-my-posh project by JanDeDobbeleer.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors