-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandrew.omp.json
More file actions
79 lines (79 loc) · 1.77 KB
/
andrew.omp.json
File metadata and controls
79 lines (79 loc) · 1.77 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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"upgrade": {
"source": "cdn",
"interval": "168h",
"auto": true,
"notice": true
},
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"template": "@{{ .UserName }} ",
"foreground": "#E36464",
"type": "session",
"style": "plain"
},
{
"template": "\udb85\udc0b",
"foreground": "#62ED8B",
"type": "text",
"style": "plain"
},
{
"options": {
"style": "folder"
},
"template": " {{ .Path }} ",
"foreground": "#56B6C2",
"type": "path",
"style": "plain"
},
{
"options": {
"branch_icon": "\ue0a0",
"fetch_status": true,
"fetch_upstream_icon": true
},
"template": "<#ffffff>on</> {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ",
"foreground": "#D4AAFC",
"type": "git",
"style": "plain"
},
{
"options": {
"fetch_version": true
},
"template": "<#ffffff>via</> \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
"foreground": "#98C379",
"type": "node",
"style": "plain"
},
{
"template": " \uf119",
"foreground": "#DCB977",
"type": "status",
"style": "plain"
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"template": "\uea9f ",
"foreground": "#62ED8B",
"type": "text",
"style": "plain"
}
],
"newline": true
}
],
"version": 4,
"final_space": true
}