mirror of https://github.com/sgoudham/dotfiles.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
"version": 2,
|
|
"final_space": true,
|
|
"blocks": [
|
|
{
|
|
"type": "prompt",
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"foreground": "#757575",
|
|
"style": "plain",
|
|
"template": "\u250c ",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"type": "path",
|
|
"style": "powerline",
|
|
"foreground": "#cba6f7",
|
|
"leading_diamond": "\ue0b0",
|
|
"template": "{{ .Path }} ",
|
|
"properties": {
|
|
"style": "folder"
|
|
}
|
|
},
|
|
{
|
|
"type": "git",
|
|
"style": "plain",
|
|
"foreground": "#f5c2e7",
|
|
"template": "on {{ .UpstreamIcon }}{{ .HEAD }} ",
|
|
"properties": {
|
|
"fetch_upstream_icon": true
|
|
}
|
|
},
|
|
{
|
|
"type": "node",
|
|
"style": "plain",
|
|
"foreground": "#fab387",
|
|
"template": "via \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
|
|
},
|
|
{
|
|
"type": "go",
|
|
"style": "plain",
|
|
"foreground": "#fab387",
|
|
"template": "via \uFCD1 {{ .Full }} "
|
|
},
|
|
{
|
|
"type": "haskell",
|
|
"style": "plain",
|
|
"foreground": "#fab387",
|
|
"template": "via \ue61f {{ .Full }}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "prompt",
|
|
"alignment": "left",
|
|
"newline": true,
|
|
"segments": [
|
|
{
|
|
"foreground": "#757575",
|
|
"style": "plain",
|
|
"template": "\u2514 ",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"foreground": "#ffffff",
|
|
"style": "plain",
|
|
"template": "$",
|
|
"type": "text"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|