-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnova.omp.json
More file actions
53 lines (53 loc) · 1.5 KB
/
nova.omp.json
File metadata and controls
53 lines (53 loc) · 1.5 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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#E36464",
"style": "plain",
"template": "@{{ .Shell }} ",
"type": "session"
},
{
"foreground": "#859900",
"style": "plain",
"template": "⟩",
"type": "text"
},
{
"foreground": "#56B6C2",
"properties": {
"style": "folder"
},
"style": "plain",
"template": " {{ .Path }}",
"type": "path"
},
{
"foreground": "#6c71c4",
"properties": {
"branch_max_length": 25,
"fetch_stash_count": true,
"fetch_status": true,
"branch_icon": "\uE0A0 ",
"branch_identical_icon": "\u25CF"
},
"style": "plain",
"template": " <#DDB15F>[</>{{ .HEAD }}<#DDB15F>{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }}]</>",
"type": "git"
},
{
"foreground": "#DFC08A",
"style": "plain",
"template": " \uf119",
"type": "status"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}