-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathneko.omp.json
More file actions
68 lines (68 loc) · 1.61 KB
/
Copy pathneko.omp.json
File metadata and controls
68 lines (68 loc) · 1.61 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
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"style": "plain",
"template": "😺💬<#FF8000> Meow! What should I do next? ...</>",
"type": "text"
}],
"type": "prompt"
},
{
"alignment": "right",
"segments": [
{
"foreground": "#56B6C2",
"options": {
"style": "folder"
},
"style": "plain",
"template": "🏡 {{ .Path }} ",
"type": "path"
},
{
"foreground": "#D0666F",
"options": {
"branch_icon": "",
"fetch_status": false
},
"style": "plain",
"template": "<#5FAAE8>git:(</>{{ .HEAD }}<#5FAAE8>)</>",
"type": "git"
},
{
"foreground": "#1a415d",
"style": "plain",
"template": "⌚",
"type": "text"
},
{
"foreground": "#1a415d",
"options": {
"time_format": "15:04"
},
"style": "plain",
"template": " {{ .CurrentDate | date .Format }} ",
"type": "time"
}
],
"type": "prompt"
},
{
"alignment": "left",
"segments": [
{
"foreground": "#FF8000",
"style": "plain",
"template": "😀💬<#FF8000> ~ </>",
"type": "text"
}
],
"type": "prompt"
}
],
"version": 4
}