Last active
September 6, 2024 05:51
-
-
Save Brar/105ea7d435296aaae5ac14c2ee29ce84 to your computer and use it in GitHub Desktop.
My Oh My Posh theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"version": 2, | |
"auto_upgrade": true, | |
"final_space": true, | |
"shell_integration": true, | |
"patch_pwsh_bleed": true, | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"foreground": "#ffffff", | |
"style": "plain", | |
"template": "<#CB4B16>[</>{{ .UserName }} ({{ .OS }}-{{ .Shell }})<#CB4B16>]</>", | |
"type": "session" | |
}, | |
{ | |
"foreground": "#ffffff", | |
"style": "plain", | |
"template": "<#CB4B16>[</>{{ .HEAD }}<#CB4B16>]</>", | |
"type": "git" | |
}, | |
{ | |
"foreground": "#ffffff", | |
"style": "plain", | |
"template": "<#CB4B16>[</>\uf0e7<#CB4B16>]</>", | |
"type": "root" | |
}, | |
{ | |
"foreground": "#ffffff", | |
"style": "plain", | |
"template": "<#CB4B16>[x</>{{ .Meaning }}<#CB4B16>]</>", | |
"type": "exit" | |
} | |
], | |
"type": "prompt" | |
}, | |
{ | |
"alignment": "left", | |
"newline": true, | |
"segments": [ | |
{ | |
"foreground": "#ffffff", | |
"properties": { | |
"style": "full" | |
}, | |
"style": "plain", | |
"template": "<#CB4B16>\u2516[</>{{ .Path }}<#CB4B16>]></>", | |
"type": "path" | |
} | |
], | |
"type": "prompt" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment