Compare commits

...

5 Commits

Author SHA1 Message Date
2be0cc85e3 Added dotnet 2026-01-08 08:54:30 +01:00
25783842f6 Added entry for python 2025-12-23 12:36:46 +01:00
Denis Urs Rudolph
68c9b05e75 Added bun successful 2025-12-23 12:27:55 +01:00
f68481e707 Added format to bun config 2025-12-23 11:47:30 +01:00
616171eda1 Added entry for bun 2025-12-23 11:41:02 +01:00

View File

@@ -1,5 +1,7 @@
"$schema" = 'https://starship.rs/config-schema.json'
command_timeout = 1000
format = """
[░▒▓](#a3aed2)\
[  ](bg:#a3aed2 fg:#090c0c)\
@@ -13,6 +15,9 @@ $nodejs\
$rust\
$golang\
$php\
$bun\
$python\
$dotnet\
[](fg:#212736 bg:#1d2230)\
$time\
[ ](fg:#1d2230)\
@@ -59,11 +64,26 @@ symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[bun]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[python]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[docker_context]
symbol = " "
style = "bg:#212736"
format = '[ $symbol $context ]($style)'
[dotnet]
symbol = ""
style = "bg:#212736"
format = '[[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
[time]
disabled = false
time_format = "%R" # Hour:Minute Format