Last active
July 6, 2024 02:22
-
-
Save hhendrikk/b794350f6bc6f9f310f7872a3c7cc92a to your computer and use it in GitHub Desktop.
hhendrikk.omp.json
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": [ | |
| { | |
| "background": "#29315A", | |
| "foreground": "#3EC669", | |
| "leading_diamond": "\ue0b6", | |
| "properties": { | |
| "style": "mixed" | |
| }, | |
| "style": "diamond", | |
| "template": "\ue5ff {{ .Path }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "path" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#43CCEA", | |
| "foreground_templates": [ | |
| "{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}", | |
| "{{ if and (gt .Ahead 0) (gt .Behind 0) }}#ff4500{{ end }}", | |
| "{{ if gt .Ahead 0 }}#B388FF{{ end }}", | |
| "{{ if gt .Behind 0 }}#B388FF{{ end }}" | |
| ], | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "branch_max_length": 25, | |
| "fetch_stash_count": true, | |
| "fetch_status": true, | |
| "fetch_upstream_icon": true | |
| }, | |
| "style": "diamond", | |
| "template": " {{ .UpstreamIcon }}{{ .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 }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "git" | |
| }, | |
| { | |
| "type": "executiontime", | |
| "style": "diamond", | |
| "foreground": "#ffffff", | |
| "background": "#29315A", | |
| "template": " <#fefefe></> {{ .FormattedMs }} ", | |
| "properties": { | |
| "threshold": 500, | |
| "style": "austin", | |
| "always_enabled": true | |
| }, | |
| "trailing_diamond": "\ue0b4", | |
| "leading_diamond": " \ue0b6" | |
| }, | |
| { | |
| "foreground": "#C94A16", | |
| "style": "plain", | |
| "template": "x ", | |
| "type": "status" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "alignment": "right", | |
| "segments": [ | |
| { | |
| "foreground": "#5fb157", | |
| "properties": { | |
| "display_mode": "files", | |
| "fetch_package_manager": true, | |
| "fetch_version": true, | |
| "npm_icon": "<#FE4A49>\ue71e npm</> ", | |
| "yarn_icon":"<#44FFD2>\uf487 yarn</> " | |
| }, | |
| "style": "plain", | |
| "template": "{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}\ue718 {{ .Full }}", | |
| "type": "node" | |
| }, | |
| { | |
| "type": "go", | |
| "properties": { | |
| "display_mode": "context", | |
| "fetch_version": true | |
| }, | |
| "style": "plain", | |
| "foreground": "#7FD5EA", | |
| "template": " ﳑ {{ .Full }} " | |
| }, | |
| { | |
| "type": "dotnet", | |
| "properties": { | |
| "display_mode": "context", | |
| "fetch_version": true | |
| }, | |
| "style": "plain", | |
| "foreground": "#7FD5EA", | |
| "template": " {{ .Full }} " | |
| }, | |
| { | |
| "foreground": "#FED142", | |
| "properties": { | |
| "display_mode": "context", | |
| "fetch_virtual_env": false | |
| }, | |
| "style": "plain", | |
| "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", | |
| "type": "python" | |
| }, | |
| { | |
| "type": "az", | |
| "style": "plain", | |
| "foreground": "#7FD5EA", | |
| "template": " {{ .EnvironmentName }}" | |
| }, | |
| { | |
| "type": "gcp", | |
| "style": "plain", | |
| "foreground": "#47888d", | |
| "template": " {{.Project}} :: {{.Account}} " | |
| }, | |
| { | |
| "type": "terraform", | |
| "style": "plain", | |
| "foreground": "#ebcc34", | |
| "template": "{{.WorkspaceName}}" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "alignment": "left", | |
| "newline": true, | |
| "segments": [ | |
| { | |
| "foreground": "#63F08C", | |
| "style": "plain", | |
| "template": "\u279c ", | |
| "type": "text" | |
| } | |
| ], | |
| "type": "prompt" | |
| } | |
| ], | |
| "version": 2 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment