2021-01-23 06:19:46 -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-01-23 06:19:46 -08:00
{
2021-04-04 11:28:41 -07:00
"foreground" : "#BF616A" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "{{ .UserName }} " ,
2022-02-03 01:22:57 -08:00
"type" : "session"
2021-01-23 06:19:46 -08:00
} ,
{
2021-04-04 11:28:41 -07:00
"foreground" : "#81A1C1" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"style" : "full"
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "{{ .Path }} " ,
2022-02-03 01:22:57 -08:00
"type" : "path"
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
} ,
{
"alignment" : "left" ,
"segments" : [
2021-01-23 06:19:46 -08:00
{
2021-04-04 11:28:41 -07:00
"foreground" : "#6C6C6C" ,
"properties" : {
2022-02-03 01:22:57 -08:00
"branch_ahead_icon" : "<#88C0D0>\u21e1 </>" ,
"branch_behind_icon" : "<#88C0D0>\u21e3 </>" ,
"branch_icon" : "" ,
2021-11-07 08:42:56 -08:00
"fetch_stash_count" : true ,
"fetch_status" : true ,
2021-11-08 13:56:40 -08:00
"fetch_upstream_icon" : true ,
2022-03-27 01:12:47 -07:00
"github_icon" : ""
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2023-05-09 02:08:45 -07:00
"template" : "{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#FFAFD7>*</>{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} " ,
2022-02-03 01:22:57 -08:00
"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
} ,
{
"alignment" : "left" ,
"segments" : [
2021-01-23 06:19:46 -08:00
{
2021-04-04 11:28:41 -07:00
"foreground" : "#A3BE8C" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"style" : "austin"
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .FormattedMs }} " ,
2022-02-03 01:22:57 -08:00
"type" : "executiontime"
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
} ,
{
2021-04-18 10:16:06 -07:00
"alignment" : "left" ,
"newline" : true ,
2021-04-04 11:28:41 -07:00
"segments" : [
2021-01-23 06:19:46 -08:00
{
2021-04-04 11:28:41 -07:00
"foreground" : "#B48EAD" ,
2022-02-03 01:22:57 -08:00
"foreground_templates" : [
"{{ if gt .Code 0 }}#BF616A{{ end }}"
] ,
2021-04-04 11:28:41 -07:00
"properties" : {
2022-03-27 01:12:47 -07:00
"always_enabled" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "\u276f " ,
2023-07-23 00:29:54 -07:00
"type" : "status"
2021-01-23 06:19:46 -08: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
] ,
2022-02-03 19:29:57 -08:00
"console_title_template" : "{{if .Root}}(Admin){{end}} {{.PWD}}" ,
2022-07-12 04:09:23 -07:00
"transient_prompt" : {
"foreground" : "#B48EAD" ,
"foreground_templates" : [
"{{ if gt .Code 0 }}#BF616A{{ end }}"
] ,
"template" : "\u276f "
} ,
2024-10-28 05:59:40 -07:00
"version" : 3
2021-01-23 06:19:46 -08:00
}