-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
83 lines (63 loc) · 1.36 KB
/
starship.toml
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
# format = "$all"
format = """$directory$git_branch$git_status$git_state$cmd_duration$time
$shell$shlvl$package$golang$nodejs$python$ruby$swift$kubernetes$helm
$hostname$character"""
# Utilities
[shell]
disabled = false
style = "bright-red"
bash_indicator = "bash"
[shlvl]
disabled = false
style = "yellow"
[directory]
truncate_to_repo = true
style = "blue"
truncation_symbol = "…/"
[character]
success_symbol = "[❯](bright-green)"
error_symbol = "[❯](bright-red)"
[package]
format = "[$symbol$version]($style) "
style = "208"
[hostname]
format = "[$hostname]($style)"
[cmd_duration]
style = "yellow"
format = "[$duration]($style) "
[time]
style = "purple"
disabled = false
format = "[$time]($style)"
# Git
[git_branch]
format = "[$branch]($style) "
style = "purple"
[git_status]
format = "([$all_status$ahead_behind]($style) )"
style = "cyan"
# Languages
[golang]
style = "cyan"
format = "[$symbol($version )]($style) "
symbol = "ﳑ "
[nodejs]
style = "green"
format = "[$symbol$version]($style) "
[python]
format = '[${symbol}${pyenv_prefix}${version}( \($virtualenv\))]($style) '
style = "yellow"
pyenv_version_name = true
symbol = " "
[ruby]
style = "red"
format = "[$symbol($version )]($style) "
symbol = " "
[swift]
style = "202"
symbol = " "
# Tools
[kubernetes]
disabled = false
symbol = "ﴱ "
format = "[$symbol$context( ($namespace))]($style)"