2021-04-12 02:31:01 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"final_space" : true ,
"console_title" : true ,
"console_title_style" : "template" ,
"console_title_template" : "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}" ,
"blocks" : [
{
"type" : "prompt" ,
"alignment" : "left" ,
"segments" : [
{
"type" : "text" ,
"style" : "diamond" ,
"leading_diamond" : "\ue0c7\u2593" ,
"foreground" : "#000000" ,
"background" : "#ffea00" ,
"properties" : {
"text" : "" ,
"postfix" : "" ,
"prefix" : ""
}
} ,
{
2021-04-18 10:16:06 -07:00
"type" : "kubectl" ,
"style" : "powerline" ,
"powerline_symbol" : "" ,
"foreground" : "#000000" ,
"background" : "#ffea00" ,
"properties" : {
"prefix" : " \uFD31" ,
"template" : " {{.Context}}{{if .Namespace}} :: {{.Namespace}}{{end}}"
}
} ,
{
"type" : "az" ,
"style" : "powerline" ,
"powerline_symbol" : "\uE0B0" ,
"foreground" : "#000000" ,
"background" : "#008AD7" ,
"properties" : {
"prefix" : " \uFD03 "
}
}
]
2021-04-12 02:31:01 -07:00
} ,
2021-04-18 10:16:06 -07:00
{
"type" : "prompt" ,
"alignment" : "left" ,
"newline" : true ,
"segments" : [
2021-04-12 02:31:01 -07:00
{
"type" : "os" ,
"style" : "diamond" ,
"leading_diamond" : "\ue0c7\u2593" ,
"foreground" : "#26C6DA" ,
"background" : "#2f2f2f" ,
"properties" : {
"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" : "\uf31c" ,
"wsl" : "\ue712" ,
"wsl_separator" : " on " ,
"windows" : "\ue70f" ,
"postfix" : "<#ffea00> \ue0b1</>"
}
} ,
{
"type" : "session" ,
"style" : "diamond" ,
"foreground" : "#ffea00" ,
"background" : "#2f2f2f" ,
"properties" : {
"display_host" : false ,
"user_info_separator" : "<#ffea00 >\uf1fa</>" ,
"display_default" : false ,
"user_color" : "#ffea00" ,
"host_color" : "#2EEFBF" ,
"postfix" : "<#ffea00> \ue0b1</>"
}
} ,
{
"type" : "root" ,
"style" : "diamond" ,
"foreground" : "#ffea00" ,
"background" : "#2f2f2f" ,
"properties" : {
"root_icon" : "\uF0E7" ,
"postfix" : "<#ffea00> \ue0b1</>"
}
} ,
{
"type" : "path" ,
"style" : "diamond" ,
"foreground" : "#fafafa" ,
"background" : "#2f2f2f" ,
"properties" : {
"prefix" : "<#f2f200> \ue5ff </>" ,
"style" : "agnoster_short" ,
"enable_hyperlink" : true ,
"home_icon" : "\uF7DB " ,
"folder_icon" : "<#B5B2C2>\ue5fe </>" ,
"folder_separator_icon" : "<#ffea00>\uE0B1 </>"
}
} ,
{
"type" : "git" ,
"style" : "diamond" ,
"foreground" : "#ffea00" ,
"background" : "#2f2f2f" ,
2021-11-07 08:42:56 -08:00
"foreground_templates" : [
"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#ffea00{{ end }}" ,
"{{ if .Repo.Ahead gt 0 }}#2EC4B6{{ end }}" ,
"{{ if .Repo.Behind gt 0 }}#8A4FFF{{ end }}"
] ,
2021-04-12 02:31:01 -07:00
"properties" : {
2021-11-07 08:42:56 -08:00
"fetch_stash_count" : true ,
"fetch_status" : true ,
2021-04-12 02:31:01 -07:00
"display_upstream_icon" : true ,
2021-11-07 08:42:56 -08:00
"prefix" : "<#ffea00>\ue0b1 </>" ,
"template" : "{{ .Repo.HEAD }}{{ .Repo.BranchStatus }}{{ if .Repo.Working.Changed }}<#E84855> \uF044 {{ .Repo.Working.String }}</>{{ end }}{{ if and (.Repo.Working.Changed) (.Repo.Staging.Changed) }} |{{ end }}{{ if .Repo.Staging.Changed }}<#2FDA4E> \uF046 {{ .Repo.Staging.String }}</>{{ end }}{{ if gt .Repo.StashCount 0 }} \uF692 {{ .Repo.StashCount }}{{ end }}"
2021-04-12 02:31:01 -07:00
}
} ,
{
"type" : "text" ,
"style" : "diamond" ,
"trailing_diamond" : "\ue0b0" ,
"foreground" : "#fafafa" ,
"background" : "#2f2f2f" ,
"properties" : {
"text" : "" ,
"postfix" : "" ,
"prefix" : ""
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "left" ,
"segments" : [
{
"type" : "text" ,
"style" : "plain" ,
"foreground" : "#ffea00" ,
"properties" : {
"text" : "\u276F"
}
}
]
}
]
2021-04-18 10:16:06 -07:00
}