-
Notifications
You must be signed in to change notification settings - Fork 2
/
starship.toml
109 lines (87 loc) · 2.11 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
command_timeout = 3500
# Comment/uncomment the lines below to toggle between a loaded and a very minimalist prompt. Good for doing code demos.
# ############################### - from here
# format = """
# $directory \
# $shell \
# """
# [shell]
# fish_indicator = ""
# powershell_indicator = "_"
# unknown_indicator = "mystery shell"
# disabled = false
# ############################### - to here
[status]
style = "bg:black"
symbol = "🔴"
format = '[\[$symbol $common_meaning$signal_name$maybe_int\]]($style) '
map_symbol = true
disabled = false
[character]
success_symbol = "[➜](bold green) "
error_symbol = "[✗](bold red) "
vicmd_symbol = "[V](bold green) "
[cmd_duration]
min_time = 5
format = "took [$duration](bold purple)"
[hostname]
ssh_only = true
format = "[$hostname](red) "
trim_at = ".companyname.com"
disabled = false
[username]
style_user = "white bold"
style_root = "black bold"
format = "[$user]($style) "
disabled = false
show_always = false
[gcloud]
disabled = true
symbol = "️"
[aws]
disabled = true
format = "[$symbol $region]($style) "
style = "bold blue"
symbol = "🅰 "
[directory]
# disabled = true
truncate_to_repo = false
home_symbol = "$HOME"
[helm]
format = "(bold white) "
[docker_context]
format = "[🐋 $context](blue bold)"
[git_branch]
symbol = "🌱 "
format = "on [$symbol$branch]($style) "
[git_commit]
commit_hash_length = 4
tag_symbol = "🔖 "
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = "[🍒 PICKING](bold red)"
[git_status]
conflicted = "🏳"
ahead = "🏎💨"
behind = "😰"
diverged = "😵"
untracked = "🤷"
stashed = "📦"
modified = "📝"
staged = '[++\($count\)](green)'
renamed = "👅"
deleted = "🗑"
[kubernetes]
# format = '[$context \($namespace\)](dimmed green) '
format = '[>$context](dimmed red) [$namespace](dimmed green) '
disabled = false
[kubernetes.context_aliases]
"dev.local.cluster.k8s" = "dev"
[golang]
# disabled = true
style = 'yellow bold'
format = 'via [$symbol($version )]($style)'
# format = "[$version](bold cyan) "
symbol = '🐹 '
[container]
format = '[$symbol \[$name\]]($style) '