"$schema" = 'https://starship.rs/config-schema.json' format = """ [░▒▓](#00504a)\ $username\ [  ](bg:#00504a fg:#00fded)\ $directory\ $time\ $git_branch\ $git_status\ $nix_shell\ $character""" [username] show_always = true style_user = "bg:#00504a fg:#00fded" format = "[ $user]($style)" [directory] style = "fg:#003733 bg:#00decf" 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:#152220" format = '[[  $time ](fg:#bbcac7 bg:#152220)]($style)' [git_branch] disabled = false symbol = " " style = "bg:#a1ced4 fg:#00363b" format = '[ $symbol$branch ](bold $style)' [git_status] disabled = false style = "bg:#a1ced4 fg:#00363b" 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:#3c4947 fg:#bbcac7" impure_msg = '(impure)' pure_msg = '(pure)' [character] success_symbol = "[ ➜](#00decf)" error_symbol = "[ ERROR ](bold #ffb4ab)[➜](#ffb4ab)"