forked from JanDeDobbeleer/oh-my-posh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhalf-life.omp.json
59 lines (59 loc) · 1.59 KB
/
half-life.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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#7E46B6",
"style": "plain",
"template": "{{ .UserName }} ",
"type": "session"
},
{
"foreground": "#ffffff",
"style": "plain",
"template": "in ",
"type": "text"
},
{
"foreground": "#87FF00",
"properties": {
"style": "full"
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
},
{
"foreground": "#5FD7FF",
"properties": {
"branch_ahead_icon": "",
"branch_behind_icon": "",
"branch_gone_icon": "",
"branch_icon": "",
"branch_identical_icon": "",
"cherry_pick_icon": "",
"commit_icon": "",
"fetch_status": true,
"merge_icon": "",
"rebase_icon": "",
"revert_icon": "",
"tag_icon": ""
},
"style": "plain",
"template": "<#ffffff>on</> {{ .HEAD }}{{ if .Staging.Changed }}<#87FF00> \u25cf {{ .Staging.String }}</>{{ end }}{{ if .Working.Changed }}<#D75F00> \u25cf {{ .Working.String }}</>{{ end }} ",
"type": "git"
},
{
"foreground": "#D75F00",
"style": "plain",
"template": "λ ",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 2
}