-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtiwahu.omp.json
146 lines (146 loc) · 3.75 KB
/
tiwahu.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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#007ACC",
"foreground": "#222222",
"properties": {
"style": "austin",
"threshold": 321
},
"style": "plain",
"template": " {{ .FormattedMs }} ",
"type": "executiontime"
},
{
"background": "#880000",
"foreground": "#ff8888",
"style": "plain",
"template": "{{ if gt .Code 0 }} {{ .Code }} {{ end }}",
"type": "exit"
},
{
"background": "#ffcc88",
"foreground": "#222222",
"style": "plain",
"template": "\uf0e7",
"type": "root"
},
{
"background": "#222222",
"foreground": "#666666",
"style": "plain",
"template": " {{ if .WSL }}\uf68e {{ end }}{{.Icon}}",
"type": "os"
},
{
"background": "#222222",
"foreground": "#666666",
"style": "plain",
"template": " {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}@{{ .HostName }} ",
"type": "session"
},
{
"background": "#444444",
"foreground": "#cccccc",
"properties": {
"folder_icon": "\u2026",
"style": "mixed"
},
"style": "plain",
"template": " {{ .Path }} ",
"type": "path"
},
{
"background": "#f14e32",
"foreground": "#f0efe7",
"properties": {
"branch_icon": "\ue725 ",
"cherry_pick_icon": "\ue29b ",
"commit_icon": "\uf417 ",
"fetch_status": false,
"fetch_upstream_icon": false,
"merge_icon": "\ue727 ",
"no_commits_icon": "\uf594 ",
"rebase_icon": "\ue728 ",
"revert_icon": "\uf0e2 ",
"tag_icon": "\uf412 "
},
"style": "plain",
"template": " {{ .HEAD }} ",
"type": "git"
},
{
"background": "#7014eb",
"foreground": "#ffffff",
"properties": {
"fetch_version": false
},
"style": "plain",
"template": " \ue77f ",
"type": "dotnet"
},
{
"background": "#7FD5EA",
"foreground": "#ffffff",
"properties": {
"fetch_version": false
},
"style": "plain",
"template": " \ufcd1 ",
"type": "go"
},
{
"background": "#906cff",
"foreground": "#100e23",
"properties": {
"fetch_version": false
},
"style": "plain",
"template": " \ue235 ",
"type": "python"
},
{
"background": "#99908a",
"foreground": "#193549",
"properties": {
"fetch_version": false
},
"style": "plain",
"template": " \ue7a8 ",
"type": "rust"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#007ACC",
"style": "plain",
"template": "{{ .Name }} ",
"type": "shell",
"properties": {
"mapped_shell_names": {
"pwsh": "\u276f",
"shell": "\u276f",
"cmd": ">",
"lua": ">",
"nu": ":)",
"fish": "~>",
"zsh": "%",
"bash": "$"
}
}
}
],
"type": "prompt"
}
],
"version": 2
}