mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
73 lines
2 KiB
JSON
73 lines
2 KiB
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||
|
"blocks": [
|
||
|
{
|
||
|
"alignment": "left",
|
||
|
"segments": [
|
||
|
{
|
||
|
"foreground": "#ACB0BE",
|
||
|
"properties": {
|
||
|
"style": "full",
|
||
|
"alpine": "\uf300",
|
||
|
"arch": "\uf303",
|
||
|
"centos": "\uf304",
|
||
|
"debian": "\uf306",
|
||
|
"elementary": "\uf309",
|
||
|
"fedora": "\uf30a",
|
||
|
"gentoo": "\uf30d",
|
||
|
"linux": "\ue712",
|
||
|
"macos": "\ue711",
|
||
|
"manjaro": "\uf312",
|
||
|
"mint": "\uf30f",
|
||
|
"opensuse": "\uf314",
|
||
|
"raspbian": "\uf315",
|
||
|
"ubuntu": "\uebc9",
|
||
|
"windows": "\ue70f"
|
||
|
},
|
||
|
"style": "plain",
|
||
|
"template": "{{.Icon}} ",
|
||
|
"type": "os"
|
||
|
},
|
||
|
{
|
||
|
"foreground": "#8AADF4",
|
||
|
"style": "plain",
|
||
|
"template": "{{ .UserName }}@{{ .HostName }} ",
|
||
|
"type": "session"
|
||
|
},
|
||
|
{
|
||
|
"foreground": "#F5BDE6",
|
||
|
"properties": {
|
||
|
"folder_icon": "<#F5BDE6>..\ue5fe..</>",
|
||
|
"home_icon": "~",
|
||
|
"style": "agnoster_short"
|
||
|
},
|
||
|
"style": "plain",
|
||
|
"template": "{{ .Path }} ",
|
||
|
"type": "path"
|
||
|
},
|
||
|
{
|
||
|
"foreground": "#B7BDF8",
|
||
|
"properties": {
|
||
|
"branch_icon": "\ue725 ",
|
||
|
"cherry_pick_icon": "\ue29b ",
|
||
|
"commit_icon": "\uf417 ",
|
||
|
"fetch_status": false,
|
||
|
"fetch_upstream_icon": false,
|
||
|
"merge_icon": "\ue727 ",
|
||
|
"no_commits_icon": "\uf594 ",
|
||
|
"rebase_icon": "\ue728 ",
|
||
|
"revert_icon": "\uf0e2 ",
|
||
|
"tag_icon": "\uf412 "
|
||
|
},
|
||
|
"template": "{{ .HEAD }} ",
|
||
|
"style": "diamond",
|
||
|
"trailing_diamond": "<#ACB0BE>\uf105</>",
|
||
|
"type": "git"
|
||
|
}
|
||
|
],
|
||
|
"type": "prompt"
|
||
|
}
|
||
|
],
|
||
|
"final_space": true,
|
||
|
"version": 2
|
||
|
}
|