2022-04-05 12:34:13 -07:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
|
|
"blocks": [
|
|
|
|
{
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"background": "#6272a4",
|
2022-06-28 07:24:42 -07:00
|
|
|
"foreground": "#f8f8f2",
|
2022-04-05 12:34:13 -07:00
|
|
|
"leading_diamond": "\ue0b6",
|
|
|
|
"style": "diamond",
|
2022-05-09 19:10:01 -07:00
|
|
|
"template": "{{ .UserName }} ",
|
2022-04-05 12:34:13 -07:00
|
|
|
"type": "session"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "#bd93f9",
|
2022-06-28 07:24:42 -07:00
|
|
|
"foreground": "#f8f8f2",
|
2022-04-05 12:34:13 -07:00
|
|
|
"powerline_symbol": "\ue0b0",
|
|
|
|
"properties": {
|
2022-05-09 19:10:01 -07:00
|
|
|
"style": "folder"
|
2022-04-05 12:34:13 -07:00
|
|
|
},
|
|
|
|
"style": "powerline",
|
2022-05-09 19:10:01 -07:00
|
|
|
"template": " {{ .Path }} ",
|
2022-04-05 12:34:13 -07:00
|
|
|
"type": "path"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "#ffb86c",
|
2022-06-28 07:24:42 -07:00
|
|
|
"foreground": "#f8f8f2",
|
2022-04-05 12:34:13 -07:00
|
|
|
"powerline_symbol": "\ue0b0",
|
|
|
|
"properties": {
|
|
|
|
"branch_icon": "",
|
|
|
|
"fetch_stash_count": true,
|
|
|
|
"fetch_status": false,
|
2022-05-09 19:10:01 -07:00
|
|
|
"fetch_upstream_icon": true
|
2022-04-05 12:34:13 -07:00
|
|
|
},
|
|
|
|
"style": "powerline",
|
2023-05-09 02:08:45 -07:00
|
|
|
"template": " \ue725 ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ",
|
2022-04-05 12:34:13 -07:00
|
|
|
"type": "git"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "#8be9fd",
|
2022-06-28 07:24:42 -07:00
|
|
|
"foreground": "#f8f8f2",
|
2022-04-05 12:34:13 -07:00
|
|
|
"powerline_symbol": "\ue0b0",
|
|
|
|
"style": "powerline",
|
2022-05-09 19:10:01 -07:00
|
|
|
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
|
2022-04-05 12:34:13 -07:00
|
|
|
"type": "node"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "#ff79c6",
|
2022-06-28 07:24:42 -07:00
|
|
|
"foreground": "#f8f8f2",
|
2022-04-05 12:34:13 -07:00
|
|
|
"properties": {
|
|
|
|
"time_format": "15:04"
|
|
|
|
},
|
|
|
|
"style": "diamond",
|
2022-05-09 19:10:01 -07:00
|
|
|
"template": " \u2665 {{ .CurrentDate | date .Format }} ",
|
2022-04-05 12:34:13 -07:00
|
|
|
"trailing_diamond": "\ue0b0",
|
|
|
|
"type": "time"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"type": "prompt"
|
2022-06-28 07:24:42 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"background": "#f1fa8c",
|
|
|
|
"foreground": "#282a36",
|
|
|
|
"invert_powerline": true,
|
|
|
|
"leading_diamond": "\ue0b2",
|
|
|
|
"style": "diamond",
|
|
|
|
"template": " \ue7ad {{.Profile}}{{if .Region}}@{{.Region}}{{end}}",
|
|
|
|
"trailing_diamond": "\ue0b4",
|
|
|
|
"type": "aws"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"type": "rprompt"
|
2022-04-05 12:34:13 -07:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"final_space": true,
|
2024-10-28 05:59:40 -07:00
|
|
|
"version": 3
|
2022-04-05 12:34:13 -07:00
|
|
|
}
|