Last active
September 1, 2023 20:52
-
-
Save amnweb/bdc65df6f57290360b9c2bfaad4f4f21 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": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"foreground": "#45F1C2", | |
"style": "plain", | |
"template": "{{if .Root}}root{{else}}{{ .UserName }}{{end}}", | |
"type": "session" | |
}, | |
{ | |
"foreground": "#0CA0D8", | |
"style": "plain", | |
"template": " on", | |
"type": "text" | |
}, | |
{ | |
"foreground": "#0CA0D8", | |
"properties": { | |
"folder_separator_icon": "/", | |
"style": "full" | |
}, | |
"style": "plain", | |
"template": " \uf07b {{ .Path }} ", | |
"type": "path" | |
}, | |
{ | |
"foreground": "#14A5AE", | |
"powerline_symbol": "\ue0b0", | |
"properties": { | |
"fetch_stash_count": true, | |
"fetch_upstream_icon": true | |
}, | |
"style": "plain", | |
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ", | |
"type": "git" | |
} | |
], | |
"type": "prompt" | |
}, | |
{ | |
"alignment": "left", | |
"newline": true, | |
"segments": [ | |
// { | |
// "foreground": "#45F1C2", | |
// "style": "plain", | |
// "template": "├", | |
// "type": "path" | |
// }, | |
{ | |
"foreground": "#45F1C2", | |
"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