2021-04-07 03:45:30 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"osc99" : true ,
"blocks" : [
{
"type" : "prompt" ,
"alignment" : "right" ,
"segments" : [
{
"type" : "shell" ,
"style" : "plain" ,
"foreground" : "#007acc" ,
"properties" : {
"prefix" : "" ,
"postfix" : ""
}
} ,
{
"type" : "root" ,
"style" : "plain" ,
"foreground" : "#ff8080" ,
"properties" : {
"prefix" : " <#757575,>as</> " ,
"postfix" : "" ,
2022-01-22 10:46:56 -08:00
"template" : "root"
2021-04-07 03:45:30 -07:00
}
} ,
{
"type" : "time" ,
"style" : "plain" ,
"foreground" : "#689f38" ,
"properties" : {
"prefix" : " <#757575,>|</> " ,
"postfix" : "" ,
"time_format" : "15:04:05"
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "left" ,
2021-04-18 10:16:06 -07:00
"newline" : true ,
2021-04-07 03:45:30 -07:00
"segments" : [
{
"type" : "session" ,
"style" : "plain" ,
"foreground" : "#757575" ,
"properties" : {
"prefix" : "\u250c " ,
2022-01-17 04:16:04 -08:00
"template" : "{{ .UserName }}@{{ .HostName }}"
2021-04-07 03:45:30 -07:00
}
} ,
{
"type" : "path" ,
"style" : "powerline" ,
"powerline_symbol" : "\ue0b0" ,
"foreground" : "#100e23" ,
"background" : "#91ddff" ,
"properties" : {
2022-01-23 09:48:55 -08:00
"style" : "folder"
2021-04-07 03:45:30 -07:00
}
} ,
{
"type" : "git" ,
"style" : "powerline" ,
"powerline_symbol" : "\ue0b0" ,
"foreground" : "#100e23" ,
"background" : "#95ffa4" ,
2021-11-07 08:42:56 -08:00
"background_templates" : [
2021-11-09 08:13:47 -08:00
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ff9248{{ end }}" ,
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#f26d50{{ end }}" ,
"{{ if gt .Ahead 0 }}#89d1dc{{ end }}" ,
"{{ if gt .Behind 0 }}#c5b6ad{{ end }}"
2021-11-07 08:42:56 -08:00
] ,
2021-04-07 03:45:30 -07:00
"properties" : {
2021-11-07 08:42:56 -08:00
"fetch_status" : true ,
"fetch_stash_count" : true ,
2021-04-07 03:45:30 -07: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 " ,
"merge_icon" : "\u25f4 " ,
"no_commits_icon" : "[no commits]" ,
"rebase_icon" : "\u2c62 " ,
"tag_icon" : "\u25b6 " ,
2021-11-15 03:26:22 -08:00
"template" : "{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} \u2502{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }}"
2021-04-07 03:45:30 -07:00
}
} ,
{
"type" : "terraform" ,
"style" : "powerline" ,
"powerline_symbol" : "\ue0b0" ,
"foreground" : "#100e23" ,
"background" : "#ffee58"
} ,
{
"type" : "exit" ,
"style" : "powerline" ,
"powerline_symbol" : "\ue0b0" ,
"foreground" : "#ffffff" ,
"background" : "#ff8080" ,
"properties" : {
2021-11-14 04:39:00 -08:00
"template" : "error"
2021-04-07 03:45:30 -07:00
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "left" ,
2021-04-18 10:16:06 -07:00
"newline" : true ,
2021-04-07 03:45:30 -07:00
"segments" : [
{
"type" : "text" ,
"style" : "plain" ,
"foreground" : "#757575" ,
"properties" : {
"prefix" : "" ,
"postfix" : "" ,
"text" : "\u2514 "
}
} ,
{
"type" : "text" ,
"style" : "plain" ,
"foreground" : "#ffffff" ,
"properties" : {
"prefix" : "" ,
"postfix" : "" ,
"text" : "$"
}
}
]
}
] ,
"final_space" : true
}