-
Notifications
You must be signed in to change notification settings - Fork 0
/
adamnorwood.omp.json
61 lines (61 loc) · 1.68 KB
/
adamnorwood.omp.json
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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "p:light-blue",
"properties": {
"style": "full"
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
},
{
"foreground": "p:lilac",
"properties": {
"branch_icon": "\ufb2b ",
"fetch_stash_count": true,
"fetch_status": true
},
"style": "powerline",
"template": "{{ .HEAD }}{{ if or (.Working.Changed) (.Staging.Changed) }}{{ else }}<p:green> \uf00c</>{{ end }} {{ if .Working.Changed }}👻 {{ end }}{{ if .Staging.Changed }}<p:yellow>\ufb4e </>{{ end }}{{ if gt .StashCount 0}}🍥{{ end }} {{ if gt .Ahead 0}}<p:green> \uf0aa</>{{ end }}{{ if gt .Behind 0}}<p:red> \uf0ab</>{{ end}}",
"type": "git"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "p:red",
"style": "plain",
"template": "\ufb80 ",
"type": "root"
},
{
"foreground": "p:hotpink",
"style": "plain",
"template": "\uf553 ",
"type": "text"
}
],
"type": "prompt"
}
],
"console_title_template": "{{.UserName}}@{{.HostName}} in {{.PWD}}",
"palette": {
"green": "#a6e22e",
"hotpink": "#f92672",
"light-blue": "#66d9ef",
"lilac": "#a289b1",
"red": "#e63d5b",
"yellow": "#ddbb88"
},
"version": 2
}