-
Notifications
You must be signed in to change notification settings - Fork 0
/
starship.toml
194 lines (167 loc) · 3.54 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Inserts a blank line between shell prompts
add_newline = false
# [ ](fg:green)\
format = """$cmd_duration\
$os\
$directory \
($git_branch $git_commit ($git_state )$git_metrics$git_status)
$username \
$character
"""
right_format = """
$time
"""
palette = "catppuccin-mocha"
[palettes.catppuccin-mocha]
rosewater = "#F5E0DC"
flamingo = "#F2CDCD"
pink = "#F5C2E7"
mauve = "#CBA6F7"
red = "#F38BA8"
maroon = "#EBA0AC"
peach = "#FAB387"
yellow = "#F9E2AF"
green = "#A6E3A1"
teal = "#94E2D5"
sky = "#89DCEB"
sapphire = "#74C7EC"
cyan = "#00FFFF"
blue = "#89B4FA"
darkblue = "#545AA7"
lavender = "#B4BEFE"
text = "#CDD6F4"
subtext1 = "#BAC2DE"
subtext0 = "#A6ADC8"
overlay2 = "#9399b2"
overlay1 = "#7F849C"
surface2 = "#585B70"
surface1 = "#45475A"
surface0 = "#313244"
base = "#1E1E2E"
mantle = "#181825"
crust = "#11111B"
# One line prompt
[line_break]
disabled = true
[cmd_duration]
format = "[◄ $duration ](italic white)"
[os]
format = "[$symbol]($style)"
style = "mauve"
disabled = false
[os.symbols]
Macos = " "
[hostname]
disabled = false
ssh_only = false
ssh_symbol = " "
style = "bold bg:none fg:cyan"
format = '[$ssh_symbol$hostname@]($style)'
[username]
disabled = false
show_always = true
style_user = "cyan bold italic"
style_root = "purple bold italic"
format = "[◈ $user]($style)"
[directory]
disabled = false
home_symbol = "~"
truncate_to_repo = false
truncation_length = 99
truncation_symbol = ".../"
read_only = " "
style = "italic bg:none fg:peach"
read_only_style = "fg:red"
format = '[ $path]($style)[$readonly]($read_only_style)'
[aws]
format = 'on [$symbol($profile )(\($region\) )]($style)'
style = 'bold blue'
symbol = '🅰 '
[aws.region_aliases]
ap-southeast-2 = 'au'
us-east-1 = 'va'
[aws.profile_aliases]
CompanyGroupFrobozzOnCallAccess = 'Frobozz'
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[env_var]
disabled = true
variable = "VIRTUAL_ENV"
symbol = ""
default = ""
style = "bold fg:text"
format = "[$env_value]($style)"
[git_branch]
disabled = false
symbol = ""
# symbol = ""
style = "bold bg:none fg:pink"
format = '[$symbol $branch(:$remote_branch)]($style)'
[git_commit]
disabled = false
only_detached = false
tag_disabled = false
tag_symbol = " 🏷 "
style = "bold bg:none fg:pink"
format = '[#$hash$tag]($style)'
[git_state]
disabled = false
[git_metrics]
disabled = false
added_style = "bold bg:none fg:green"
deleted_style = "bold bg:none fg:red"
format = '([+$added]($added_style) )([-$deleted]($deleted_style) )'
[git_status]
disabled = true
conflicted = '='
ahead = '⇡'
behind = '⇣'
diverged = '⇕'
up_to_date = ''
untracked = '?'
stashed = '\$'
modified = '!'
staged = '+'
renamed = '»'
deleted = '✘'
style = "bold bg:none fg:red"
format = '([\[$all_status$ahead_behind\]]($style) )'
[time]
disabled = false
# time_format = "%b %d, %T"
# time_format = "%T"
time_format = "%R"
format = "[$time]($style)"
utc_time_offset = "local"
style = "italic dimmed white"
[fill]
disabled = false
symbol = " "
[character]
disabled = false
success_symbol = "[➜](bold fg:cyan)"
error_symbol = "[x](bold fg:red)"
vicmd_symbol = "[◎](bold fg:cyan)"
format = "$symbol "
[package]
disabled = false
symbol = " "
[lua]
disabled = false
symbol = " "
format = '[\[$symbol$version\]]($style)'
[nodejs]
disabled = false
symbol = " "
format = '\[[$symbol($version)]($style)\]'
[hg_branch]
disabled = false
symbol = " "
[docker_context]
disabled = false
symbol = " "