mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
34 lines
752 B
JSON
34 lines
752 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"blocks": [
|
|
{
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"foreground": "#F5F5F5",
|
|
"style": "plain",
|
|
"template": "\ufb26 ",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"foreground": "#B80101",
|
|
"properties": {
|
|
"style": "agnoster"
|
|
},
|
|
"style": "plain",
|
|
"template": " {{ .Path }} ",
|
|
"type": "path"
|
|
},
|
|
{
|
|
"foreground": "#B80101",
|
|
"style": "plain",
|
|
"template": " <#F5F5F5>git:</>{{ .HEAD }} ",
|
|
"type": "git"
|
|
}
|
|
],
|
|
"type": "prompt"
|
|
}
|
|
],
|
|
"version": 2
|
|
}
|