Created
July 12, 2022 00:13
-
-
Save joshjm/edb676960cafff8cf7330a16a68b9dba to your computer and use it in GitHub Desktop.
This file contains 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": [ | |
{ | |
"segments": [ | |
{ | |
"foreground": "#00C5C7", | |
"properties": { | |
"time_format": "15:04:05" | |
}, | |
"style": "plain", | |
"template": " {{ .CurrentDate | date .Format }} ", | |
"type": "time" | |
} | |
], | |
"type": "rprompt" | |
}, | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"foreground": "#77E4F7", | |
"properties": { | |
"style": "full" | |
}, | |
"style": "plain", | |
"template": "{{ .Path }} ", | |
"type": "path" | |
}, | |
{ | |
"foreground": "#FFE700", | |
"style": "plain", | |
"template": "{{ .HEAD }} ", | |
"type": "git" | |
}, | |
{ | |
"foreground": "#43D426", | |
"style": "plain", | |
"template": "❯ ", | |
"type": "text" | |
} | |
], | |
"type": "prompt" | |
} | |
], | |
"version": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment