mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"foreground": "#CECE04",
|
|
"properties": {
|
|
"template": "# "
|
|
},
|
|
"style": "plain",
|
|
"type": "root"
|
|
},
|
|
{
|
|
"properties": {
|
|
"template": "{{ .UserName }}@{{ .HostName }} "
|
|
},
|
|
"style": "plain",
|
|
"type": "session"
|
|
},
|
|
{
|
|
"foreground": "#7B68EE",
|
|
"properties": {
|
|
"style": "agnoster_short",
|
|
"template": "{{ .Path }} "
|
|
},
|
|
"style": "plain",
|
|
"type": "path"
|
|
},
|
|
{
|
|
"foreground": "#48D1CC",
|
|
"properties": {
|
|
"branch_icon": "",
|
|
"fetch_upstream_icon": false,
|
|
"template": "HEAD:{{ .UpstreamIcon }}{{ .HEAD }} "
|
|
},
|
|
"style": "plain",
|
|
"type": "git"
|
|
},
|
|
{
|
|
"foreground": "#7FFFD4",
|
|
"foreground_templates": [
|
|
"{{ if gt .Code 0 }}#E84855{{ end }}"
|
|
],
|
|
"properties": {
|
|
"always_enabled": true,
|
|
"template": "<#66CDAA>\u276f</><#76EEC6>\u276f</><foreground>\u276f</> "
|
|
},
|
|
"style": "plain",
|
|
"type": "exit"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"version": 1
|
|
}
|