Last active
June 24, 2026 08:17
-
-
Save symant233/21c03673a45058a73144cd77956d6fdd to your computer and use it in GitHub Desktop.
oh-my-posh init pwsh --config '~/di4am0nd.omp.json' | Invoke-Expression
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", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "foreground": "#FFBD00", | |
| "style": "plain", | |
| "template": "{{ .UserName }} ", | |
| "type": "session" | |
| }, | |
| { | |
| "foreground": "#00C6F7", | |
| "options": { | |
| "style": "folder" | |
| }, | |
| "style": "plain", | |
| "template": "{{ .Path }}/ ", | |
| "type": "path" | |
| }, | |
| { | |
| "foreground": "#F62F2E", | |
| "options": { | |
| "branch_icon": "", | |
| "fetch_status": false | |
| }, | |
| "style": "plain", | |
| "template": "<#ffffff>on</> \ue7eb {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ", | |
| "type": "git" | |
| }, | |
| { | |
| "foreground": "#98C379", | |
| "options": { | |
| "fetch_version": true | |
| }, | |
| "style": "plain", | |
| "template": "<#ffffff>via</> \ue781 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ", | |
| "type": "node" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "alignment": "right", | |
| "segments": [ | |
| { | |
| "foreground": "#ffffff", | |
| "leading_diamond": "\udb81\udd1f", | |
| "options": { | |
| "style": "roundrock", | |
| "threshold": 0 | |
| }, | |
| "style": "diamond", | |
| "template": " {{ .FormattedMs }}", | |
| "type": "executiontime" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "alignment": "left", | |
| "newline": true, | |
| "segments": [ | |
| { | |
| "foreground": "#FFBD00", | |
| "style": "plain", | |
| "template": "\u2b9e ", | |
| "type": "text" | |
| } | |
| ], | |
| "type": "prompt" | |
| } | |
| ], | |
| "final_space": true, | |
| "version": 4 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment