2021-03-09 23:18:07 -08:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
2021-11-07 08:42:56 -08:00
|
|
|
"blocks": [
|
|
|
|
{
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"foreground": "lightYellow",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": "{{ .UserName }} "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "session"
|
2021-11-07 08:42:56 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"foreground": "cyan",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"style": "folder",
|
|
|
|
"template": "<#ffffff>in</> {{ .Path }} "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "path"
|
2021-11-07 08:42:56 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"foreground": "#ff94df",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"branch_icon": " <#ff94df><b>\ue0a0 </b></>",
|
2021-11-07 08:42:56 -08:00
|
|
|
"fetch_stash_count": true,
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": "<#ffffff>on</> {{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "git"
|
2021-12-03 15:25:33 -08:00
|
|
|
}
|
2022-02-03 01:22:57 -08:00
|
|
|
],
|
|
|
|
"type": "prompt"
|
2021-12-03 15:25:33 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"alignment": "left",
|
|
|
|
"newline": true,
|
|
|
|
"segments": [
|
2021-11-07 08:42:56 -08:00
|
|
|
{
|
|
|
|
"foreground": "lightGreen",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": "\u276f"
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "text"
|
2021-11-07 08:42:56 -08:00
|
|
|
}
|
2022-02-03 01:22:57 -08:00
|
|
|
],
|
|
|
|
"type": "prompt"
|
2021-11-07 08:42:56 -08:00
|
|
|
}
|
2022-02-03 01:22:57 -08:00
|
|
|
],
|
|
|
|
"final_space": true,
|
|
|
|
"version": 1
|
2021-03-09 23:18:07 -08:00
|
|
|
}
|