-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarship.toml
285 lines (247 loc) · 5.92 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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
#####################################################################
# Author: ┬ ┬ ┬┬┌─┌─┐┬ ┬┌─┐╦╔╦╗
# │ │ │├┴┐├┤ │││├─┤║ ║
# ┴─┘└─┘┴ ┴└─┘└┴┘┴ ┴╩ ╩
# Date: June 23, 2024
# GitHub Repository: https://github.com/LukeWait/custom_shell
#
# Fonts: Nerd fonts - https://www.nerdfonts.com/
# https://www.nerdfonts.com/cheat-sheet
#
# BORDER CUSTOMIZATION SYMBOLS
#
# ░ ▒ ▓ ─ │ ┌ ┐ └ ┘ ├ ┤ ┬ ┴ ┼
#####################################################################
# Prompt constructor
format = """
[░▒▓](fg:color_user_git)\
[ ](bg:color_user_git)\
$os\
$username\
$hostname\
[ ](bg:color_ip fg:color_user_git)\
$localip\
[ ](fg:color_dir bg:color_ip)\
$directory\
[](fg:color_dir)\
$line_break\
[░▒▓](fg:color_user_git)\
[ ](bg:color_user_git)\
$git_branch\
$git_status\
[](fg:color_user_git bg:color_virt_env)\
$python\
[](fg:color_virt_env bg:color_lang)\
$c\
$elixir\
$elm\
$golang\
$haskell\
$java\
$julia\
$nodejs\
$nim\
$rust\
$scala\
[](fg:color_lang bg:color_docker)\
$docker_context\
[ ](fg:color_docker)\
"""
# If a prompt takes longer than 5s to execute it will be terminated
command_timeout = 5000
# Provides a blank line at the start of the prompt
add_newline = true
# Select the palette to be used
palette = 'dark'
# Can add additional palettes for easy switching
[palettes.dark]
color_text = '#f8f8ff'
color_ip = '#2e3440'
color_user_git = '#3b4252'
color_virt_env = '#434c5e'
color_lang = '#4c566a'
color_docker = '#5e81ac'
color_dir = '#6272a4'
[palettes.dusk]
color_text = '#f8f8ff'
color_ip = '#2e3440'
color_user_git = '#403f85'
color_virt_env = '#98498e'
color_lang = '#da5c82'
color_docker = '#ff856c'
color_dir = '#010318'
# FIRST LINE -----------------------------
[os]
style = "bg:color_user_git fg:color_text"
disabled = false
[os.symbols]
AIX = "➿ "
Alpaquita = "🔔 "
AlmaLinux = "💠 "
Alpine = "🏔️ "
Amazon = "🙂 "
Android = "🤖 "
Arch = "🎗️ "
Artix = "🎗️ "
CentOS = "💠 "
Debian = "🌀 "
DragonFly = "🐉 "
Emscripten = "🔗 "
EndeavourOS = "🚀 "
Fedora = "🎩 "
FreeBSD = "😈 "
Garuda = "🦅 "
Gentoo = "🗜️ "
HardenedBSD = "🛡️ "
Illumos = "🐦 "
Kali = "🐉 "
Linux = "🐧 "
Mabox = "📦 "
Macos = "🍎 "
Manjaro = "🥭 "
Mariner = "🌊 "
MidnightBSD = "🌘 "
Mint = "🌿 "
NetBSD = "🚩 "
NixOS = "❄️ "
OpenBSD = "🐡 "
OpenCloudOS = "☁️ "
openEuler = "🦉 "
openSUSE = "🦎 "
OracleLinux = "🦴 "
Pop = "🍭 "
Raspbian = "🍓 "
Redhat = "🎩 "
RedHatEnterprise = "🎩 "
RockyLinux = "💠 "
Redox = "🧪 "
Solus = "⛵ "
SUSE = "🦎 "
Ubuntu = "🎯 "
Ultramarine = "🔷 "
Unknown = "❓ "
Void = " "
Windows = "🪟 "
[username]
show_always = true
style_user = "bg:color_user_git fg:color_text"
style_root = "bg:color_user_git fg:bold red"
format = '[$user]($style)'
disabled = false
[hostname]
ssh_only = false
style = "bg:color_user_git fg:color_text"
format = '[@$hostname ]($style)'
trim_at = ''
disabled = false
[localip]
ssh_only = false
style = "bg:color_ip fg:color_text"
format = '[$localipv4]($style)'
disabled = false
[directory]
style = "bg:color_dir fg:color_text"
format = "[ $path ]($style)"
truncation_length = 5
truncation_symbol = "…/"
disabled = false
[directory.substitutions]
"Documents" = " "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
# Other text substitions can be added here - order matters!
# SECOND LINE ----------------------------
[git_branch]
symbol = " "
style = "bg:color_user_git fg:color_text"
format = '[$symbol $branch ]($style)'
disabled = false
[git_status]
style = "bg:color_user_git fg:color_text"
format = '[$all_status$ahead_behind ]($style)'
disabled = false
[python]
symbol = ""
style = "bg:color_virt_env fg:color_text"
format = '[ $symbol (\($virtualenv\) )]($style)'
disabled = false
[c]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[elixir]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[elm]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[golang]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[haskell]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[java]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[julia]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[nodejs]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[nim]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[php]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[rust]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[scala]
symbol = ""
style = "bg:color_lang fg:color_text"
format = '[ $symbol ($version) ]($style)'
disabled = false
[docker_context]
symbol = ""
style = "bg:color_docker fg:color_text"
format = '[ $symbol $context ]($style) $path'
disabled = false
# UNUSED ---------------------------------
[time]
time_format = "%R" # Hour:Minute Format
style = "bg:color_dir fg:color_text"
format = '[ $time ]($style)'
disabled = true
[character]
success_symbol = '[ ➜](color_dir)'
error_symbol = '[ ➜](bold red)'
disabled = true
[cmd_duration]
min_time = 5000
format = ' [$duration](color_dir)'
disabled = true