-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
107 lines (87 loc) · 2.03 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
format = """
$os\
$directory\
$hostname\
$git_branch\
$git_status\
$git_state\
$fill\
$cmd_duration $python$golang$java$env_var $jobs$azure$aws
[ ](bold green)"""
[character]
success_symbol = '[➜](bold green)'
[os]
format = "[$symbol]($style)"
# style = "bold blue"
disabled = false
[os.symbols]
Arch = " "
Linux = " "
Macos = " "
[username]
show_always = true
format = '[doctor doom]($style) '
[hostname]
ssh_only = true
format = "[$hostname]($style) "
[directory]
truncation_length = 1
truncation_symbol = ''
[git_branch]
format = 'on [$symbol$branch(:$remote_branch)]($style)'
[git_status]
format = '([$all_status$ahead_behind]($style) )'
up_to_date = ''
conflicted = '[ mergeConflicts${count}](red)'
untracked = '[ ?${count}](yellow)'
stashed = '[ *${count}](yellow)'
modified = '[ !${count}](yellow)'
staged = ' +${count}'
renamed = '[ »${count}](yellow)'
deleted = '[ ✘${count}](yellow)'
ahead = ' ⇡${count}'
diverged = '[ ⇕⇡${ahead_count}⇣${behind_count}](red)'
behind = ' ⇣${count}'
style = 'bold green'
[python]
format = '[${symbol}($version )(\($virtualenv\) )]($style)'
style = 'bold cyan'
symbol = ' '
[golang]
format = '[$symbol($version )]($style)'
style = 'bold cyan'
symbol = ' '
[java]
format = '[${symbol}(${version} )]($style)'
symbol = ' '
[env_var.VAULT_ADDR]
format = "[ VAULT_ADDR=$env_value]($style) "
variable = 'VAULT_ADDR'
style = 'bold green'
[env_var.VAULT_NAMESPACE]
format = "[ VAULT_NAMESPACE=$env_value]($style) "
variable = 'VAULT_NAMESPACE'
style = 'bold green'
[env_var.VAULT_TOKEN]
format = "[ VAULT_TOKEN=<redacted>]($style) "
variable = 'VAULT_TOKEN'
style = 'bold green'
[fill]
symbol = ' '
[cmd_duration]
format = 'took [$duration]($style)'
[time]
disabled = false
format = '[ $time]($style)'
[jobs]
symbol = ""
style = "bold yellow"
number_threshold = 1
format = "[$symbol ]($style)"
[azure]
format = ' [$symbol($subscription)]($style) '
disabled = false
symbol = ' - '
[aws]
format = '[$symbol($profile )(\($region\) )(\[$duration\] )]($style)'
symbol = ' - '