This repository has been archived on 2026-01-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-01-12 22:00:09 +01:00

74 lines
1.5 KiB
TOML

"$schema" = 'https://starship.rs/config-schema.json'
format = """
[░▒▓](#0d47a1)\
$username\
[   ](bg:#0d47a1 fg:#ffffff)\
$directory\
$time\
$git_branch\
$git_status\
$nix_shell\
$character"""
[username]
show_always = true
style_user = "bg:#0d47a1 fg:#ffffff"
format = "[ $user]($style)"
[directory]
style = "fg:#000000 bg:#42a5f5"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
"Dokumente" = "󰈙 "
"Musik" = " "
"Bilder" = " "
"Dev" = " "
[time]
disabled = false
time_format = "%R"
style = "bg:#37474f"
format = '[[  $time ](fg:#ffffff bg:#37474f)]($style)'
[git_branch]
disabled = false
symbol = " "
style = "bg:#26c6da fg:#000000"
format = '[ $symbol$branch ](bold $style)'
[git_status]
disabled = false
style = "bg:#26c6da fg:#000000"
format = '[$all_status$ahead_behind]($style)'
# up_to_date = " synced "
modified = "modified "
staged = "staged "
untracked = "untracked "
ahead = "ahead ⇡${count} "
behind = "behind ⇣${count} "
diverged = "diverged ⇕⇡${ahead_count}⇣${behind_count} "
conflicted = "conflict "
stashed = "stashed "
renamed = "renamed "
deleted = "deleted "
[nix_shell]
disabled = false
format = '[   <$name> ]($style)'
style = "bg:#78909c fg:#ffffff"
impure_msg = '(impure)'
pure_msg = '(pure)'
[character]
success_symbol = "[ ➜](#42a5f5)"
error_symbol = "[ ERROR ](bold #ff0000)[➜](#ff0000)"