mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"foreground": "#FFFFFF",
|
|
"style": "plain",
|
|
"template": "<#0377C8># </><#0377C8>{{ .UserName }}</> <#ffffff>in</> <#4A9207>{{ .HostName }}</> ",
|
|
"type": "session"
|
|
},
|
|
{
|
|
"foreground": "#0973C0",
|
|
"properties": {
|
|
"folder_icon": "\uf115",
|
|
"folder_separator_icon": " \ue0b1 ",
|
|
"style": "full"
|
|
},
|
|
"style": "plain",
|
|
"template": " {{ .Path }} ",
|
|
"type": "path"
|
|
},
|
|
{
|
|
"foreground": "#B8B80A",
|
|
"style": "plain",
|
|
"template": "<#ffffff>on git:</>{{ .HEAD }} ",
|
|
"type": "git"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
},
|
|
{
|
|
"alignment": "right",
|
|
"segments": [
|
|
{
|
|
"foreground": "#ffffff",
|
|
"style": "plain",
|
|
"template": "[{{ .CurrentDate | date .Format }}]",
|
|
"type": "time"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
},
|
|
{
|
|
"alignment": "left",
|
|
"newline": true,
|
|
"segments": [
|
|
{
|
|
"foreground": "#CECE04",
|
|
"style": "plain",
|
|
"template": "\uf0e7 ",
|
|
"type": "root"
|
|
},
|
|
{
|
|
"foreground": "#100e23",
|
|
"style": "plain",
|
|
"template": "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ",
|
|
"type": "python"
|
|
},
|
|
{
|
|
"foreground": "#CB4B16",
|
|
"style": "plain",
|
|
"template": " {{ .Meaning }} ",
|
|
"type": "exit"
|
|
},
|
|
{
|
|
"foreground": "#CC4B16",
|
|
"style": "plain",
|
|
"template": "\u279c ",
|
|
"type": "text"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"final_space": true,
|
|
"version": 2
|
|
}
|