-
Notifications
You must be signed in to change notification settings - Fork 0
/
ohmyposh.yml
62 lines (61 loc) · 1.37 KB
/
ohmyposh.yml
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
---
"$schema": https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
blocks:
- alignment: left
segments:
- type: root
style: plain
foreground: red
properties:
template: " "
- foreground: green
properties:
template: "{{ .UserName }}"
style: powerline
type: session
- foreground: white
properties:
template: " @ "
style: powerline
type: session
- foreground: blue
properties:
template: "{{ .HostName }}"
style: powerline
type: session
- foreground: white
properties:
template: " in "
style: powerline
type: session
- foreground: "#56B6C2"
properties:
style: full
template: "{{ .Path }}"
style: plain
type: path
- background: "#95ffa4"
foreground: "#193549"
powerline_symbol: ""
properties:
template: " {{ .HEAD }} "
style: powerline
type: git
- background: "#906cff"
foreground: "#100e23"
powerline_symbol: ""
properties:
template: " {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }}
{{ end }}{{ .Full }}{{ end }} "
style: powerline
type: python
- background: "#ff8080"
foreground: "#ffffff"
powerline_symbol: ""
properties:
template: " {{ .Meaning }} "
style: powerline
type: exit
type: prompt
final_space: true
version: 1