2021-03-24 07:03:15 -07:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
2021-11-07 08:42:56 -08:00
|
|
|
"blocks": [
|
2021-03-24 07:03:15 -07:00
|
|
|
{
|
|
|
|
"type": "prompt",
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"type": "session",
|
|
|
|
"style": "diamond",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "lightMagenta",
|
|
|
|
"leading_diamond": "\uE0B6",
|
|
|
|
"trailing_diamond": "",
|
|
|
|
"properties": {
|
2021-04-04 11:28:41 -07:00
|
|
|
"prefix": "",
|
2021-12-03 14:44:58 -08:00
|
|
|
"template": "{{ .UserName }}"
|
2021-03-24 07:03:15 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2021-11-07 08:42:56 -08:00
|
|
|
"type": "path",
|
|
|
|
"style": "plain",
|
2021-03-24 07:03:15 -07:00
|
|
|
"foreground": "#3f3f3f",
|
|
|
|
"background": "lightYellow",
|
|
|
|
"properties": {
|
|
|
|
"style": "folder"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"style": "plain",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "lightCyan",
|
|
|
|
"properties": {
|
|
|
|
"branch_icon": "",
|
|
|
|
"prefix": " git(",
|
2021-11-07 08:42:56 -08:00
|
|
|
"postfix": ") ",
|
2021-11-09 08:13:47 -08:00
|
|
|
"template": "{{ .HEAD }}"
|
2021-03-24 07:03:15 -07:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "time",
|
|
|
|
"style": "diamond",
|
|
|
|
"trailing_diamond": "\uE0B0",
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"background": "lightGreen",
|
|
|
|
"properties": {
|
|
|
|
"time_format": "15:04"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"final_space": true
|
|
|
|
}
|