2021-02-18 08:04:14 -08:00
{
2021-04-04 11:28:41 -07:00
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
2021-11-07 08:42:56 -08:00
{
2021-04-04 11:28:41 -07:00
"foreground" : "yellow" ,
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : " \ue0a2 "
} ,
"style" : "plain" ,
"type" : "root"
2021-04-04 11:28:41 -07:00
} ,
{
"background" : "lightBlue" ,
2022-02-03 01:22:57 -08:00
"foreground" : "black" ,
"leading_diamond" : "\ue0b6" ,
2021-04-04 11:28:41 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"style" : "mixed" ,
"template" : " {{ .Path }} "
} ,
"style" : "diamond" ,
"trailing_diamond" : "\ue0b0" ,
"type" : "path"
2021-04-04 11:28:41 -07:00
} ,
{
"background" : "green" ,
2021-11-07 08:42:56 -08:00
"background_templates" : [
2021-11-09 08:13:47 -08:00
"{{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}"
2021-11-07 08:42:56 -08:00
] ,
2022-02-03 01:22:57 -08:00
"foreground" : "black" ,
"powerline_symbol" : "\ue0b0" ,
2021-04-04 11:28:41 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"branch_ahead_icon" : "\u2191" ,
"branch_behind_icon" : "\u2193" ,
"branch_gone" : "\u2262" ,
"branch_icon" : "\ue0a0 " ,
"branch_identical_icon" : "\u2261" ,
"cherry_pick_icon" : "\u2713 " ,
"commit_icon" : "\u25b7 " ,
2021-11-07 08:42:56 -08:00
"fetch_status" : true ,
2022-02-03 01:22:57 -08:00
"merge_icon" : "\u25f4 " ,
"no_commits_icon" : "[no commits]" ,
"rebase_icon" : "\u2c62 " ,
"tag_icon" : "\u25b6 " ,
"template" : " {{ .HEAD }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }} "
} ,
"style" : "powerline" ,
"type" : "git"
2021-04-04 11:28:41 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-04-04 11:28:41 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"console_title_template" : "{{.Folder}}{{if .Root}} :: root{{end}} :: {{.Shell}}" ,
"final_space" : true ,
"osc99" : true ,
"version" : 1
2021-04-04 11:28:41 -07:00
}