-
Notifications
You must be signed in to change notification settings - Fork 0
/
ubuntu.omp.json
executable file
·68 lines (68 loc) · 1.87 KB
/
ubuntu.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
62
63
64
65
66
67
68
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#E95420",
"foreground": "#F6F6F5",
"style": "plain",
"template": " \uf0e7 ",
"type": "root"
},
{
"foreground": "#E95420",
"style": "plain",
"template": " {{ .Icon }} ",
"type": "os"
},
{
"foreground": "#F6F6F5",
"properties": {
"folder_icon": "\uf115",
"folder_separator_icon": " / ",
"max_depth": 1,
"style":"agnoster"
},
"style": "plain",
"template": " {{ .Path }} ",
"type": "path"
},
{
"foreground": "#E95420",
"properties": {
"branch_max_length": 30,
"fetch_stash_count": false,
"fetch_status": true,
"fetch_upstream_icon": true
},
"style": "plain",
"template": "[ {{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} ]",
"type": "git"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#E95420",
"style": "plain",
"template": "\ue3bf ",
"type": "root"
},
{
"foreground": "#AEA79F",
"style": "plain",
"template": "{{ .UserName }} \u276f ",
"type": "session"
}
],
"type": "prompt"
}
],
"version": 2
}