-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.omp.json
More file actions
123 lines (123 loc) · 3.68 KB
/
profile.omp.json
File metadata and controls
123 lines (123 loc) · 3.68 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"version": 2,
"final_space": true,
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"template": "<#009688>\u256d[</> "
},
{
"type": "os",
"style": "powerline",
"powerline_symbol": "\ue0bc",
"foreground": "#eeffff",
"background": "#1E272C",
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} "
},
{
"type": "session",
"style": "powerline",
"powerline_symbol": "\ue0c6",
"foreground": "#eeffff",
"background": "#415967",
"template": " {{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }}@{{ .HostName }} ",
"properties": {
"display_host": true,
"display_user": true
}
},
{
"type": "dotnet",
"style": "powerline",
"powerline_symbol": "\ue0c0",
"foreground": "#eeffff",
"background": "#000000",
"template": " \ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }} "
},
{
"type": "node",
"style": "powerline",
"powerline_symbol": "\ue0c0",
"foreground": "#eeffff",
"background": "#546E7A",
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
},
{
"type": "exit",
"style": "plain",
"powerline_symbol": "\ue0b0",
"foreground": "#eeffff",
"template": "<#009688>[x</>{{ if gt .Code 0 }}\uf00d {{ .Meaning }}{{ else }}\uf42e{{ end }}<#009688>] </>"
}
]
},
{
"type": "prompt",
"alignment": "right",
"segments": [
{
"type": "root",
"style": "plain",
"foreground": "#B5B50D",
"template": "<#009688>[</>\uf0e7<#009688>] </>"
},
{
"type": "spotify",
"style": "diamond",
"foreground": "#eeffff",
"background": "#1BD760",
"leading_diamond": "\ue0b6",
"trailing_diamond": "\ue0b4",
"template": " {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} "
},
{
"type": "time",
"style": "plain",
"foreground": "#82aaff",
"template": "<#009688>[🕒</>{{ .CurrentDate | date .Format }}<#009688>] </>"
}
]
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"template": "<#009688>\u2570[</> "
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "\ue0b8",
"foreground": "#eeffff",
"background": "#546E7A",
"template": " 📁{{ .Path }} ",
"properties": {
"style": "folder"
}
},
{
"type": "git",
"style": "powerline",
"powerline_symbol": "\ue0b0",
"foreground": "#eeffff",
"background": "#546E7A",
"template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ",
"properties": {
"fetch_stash_count": true,
"fetch_upstream_icon": true
}
}
],
"newline": true
}
]
}