-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathmarkbull.omp.json
More file actions
117 lines (117 loc) · 3.86 KB
/
markbull.omp.json
File metadata and controls
117 lines (117 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffce7b",
"style": "plain",
"template": "\u250c ",
"type": "text"
},
{
"background": "#ffce7b",
"foreground": "#1d1626",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \uf26c {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} ",
"type": "session"
},
{
"background": "#C678DD",
"foreground": "#fffef9",
"powerline_symbol": "\ue0b0",
"options": {
"windows": "\uf17a"
},
"style": "powerline",
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ",
"type": "os"
},
{
"background": "#C678DD",
"foreground": "#fffef9",
"powerline_symbol": "\ue0b0",
"options": {
"style": "full"
},
"style": "powerline",
"template": "{{ path .Path .Location }} ",
"type": "path"
},
{
"background": "#fffffb",
"background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb95{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#fcaf17{{ end }}",
"{{ if gt .Ahead 0 }}#95ffa4{{ end }}",
"{{ if gt .Behind 0 }}#f7acbc{{ end }}",
"{{ if .UpstreamGone }}#d1c7b7{{ end }}"
],
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"options": {
"azure_devops_icon": "\uebd8 ",
"bitbucket_icon": "\uf171 ",
"branch_gone_icon": "\uebcc ",
"branch_icon": "\ue0a0 ",
"branch_identical_icon": "\uf4c4 ",
"commit_icon": "\uf417 ",
"fetch_status": true,
"fetch_upstream_icon": true,
"git_icon": "\uf1d3 ",
"github_icon": "\uf408 ",
"gitlab_icon": "\uf296 ",
"tag_icon": "\uf412 "
},
"style": "powerline",
"template": " {{ if( .UpstreamIcon ) }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <#ed1941>\uf044 {{.Working.String}}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} <#225a1f>\uf046 {{.Staging.String}}</>{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{.StashCount}}{{ end }}{{ if gt .WorktreeCount 0 }}{{if .IsWorkTree}}<#1d953f>{{ end }} \uf1bb {{if .IsWorkTree}}</>{{ end }}{{.WorktreeCount}}{{ end }} ",
"type": "git"
},
{
"background": "#33a3dc",
"foreground": "#fffef9",
"powerline_symbol": "\ue0b0",
"options": {
"always_enabled": true
},
"style": "powerline",
"template": " \uf064 {{ .FormattedMs }} ",
"type": "executiontime"
},
{
"background": "#ed1941",
"foreground": "#fffef9",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \uf12a >>{{ reason .Code }} ",
"type": "status"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#ffce7b",
"style": "plain",
"template": "\u2514",
"type": "text"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": " $",
"type": "text"
}
],
"type": "prompt"
}
],
"console_title_template": "{{if .Root}}\u26a1 {{end}}{{.Folder}}",
"final_space": true,
"version": 4
}