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
|
|
|
{
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"background": "lightMagenta",
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#ffffff",
|
|
|
|
"leading_diamond": "\ue0b6",
|
|
|
|
"style": "diamond",
|
2022-03-27 01:12:47 -07:00
|
|
|
"template": "{{ .UserName }} ",
|
2022-02-03 01:22:57 -08:00
|
|
|
"type": "session"
|
2021-03-24 07:03:15 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "lightYellow",
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#3f3f3f",
|
2021-03-24 07:03:15 -07:00
|
|
|
"properties": {
|
2022-03-27 01:12:47 -07:00
|
|
|
"style": "folder"
|
2022-02-03 01:22:57 -08:00
|
|
|
},
|
|
|
|
"style": "plain",
|
2022-03-27 01:12:47 -07:00
|
|
|
"template": " {{ .Path }} ",
|
2022-02-03 01:22:57 -08:00
|
|
|
"type": "path"
|
2021-03-24 07:03:15 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "lightCyan",
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#ffffff",
|
2021-03-24 07:03:15 -07:00
|
|
|
"properties": {
|
2022-03-27 01:12:47 -07:00
|
|
|
"branch_icon": ""
|
2022-02-03 01:22:57 -08:00
|
|
|
},
|
|
|
|
"style": "plain",
|
2022-03-27 01:12:47 -07:00
|
|
|
"template": " git({{ .HEAD }}) ",
|
2022-02-03 01:22:57 -08:00
|
|
|
"type": "git"
|
2021-03-24 07:03:15 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"background": "lightGreen",
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#ffffff",
|
2021-03-24 07:03:15 -07:00
|
|
|
"properties": {
|
|
|
|
"time_format": "15:04"
|
2022-02-03 01:22:57 -08:00
|
|
|
},
|
|
|
|
"style": "diamond",
|
2022-03-27 01:12:47 -07:00
|
|
|
"template": " {{ .CurrentDate | date .Format }} ",
|
2022-02-03 01:22:57 -08:00
|
|
|
"trailing_diamond": "\ue0b0",
|
|
|
|
"type": "time"
|
2021-03-24 07:03:15 -07:00
|
|
|
}
|
2022-02-03 01:22:57 -08:00
|
|
|
],
|
|
|
|
"type": "prompt"
|
2021-03-24 07:03:15 -07:00
|
|
|
}
|
|
|
|
],
|
2022-02-03 01:22:57 -08:00
|
|
|
"final_space": true,
|
2022-03-27 01:12:47 -07:00
|
|
|
"version": 2
|
2021-03-24 07:03:15 -07:00
|
|
|
}
|