Files
dotfiles/starship/.config/starship.toml
2026-03-18 14:38:46 +13:00

55 lines
823 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Starship configuration
# Disable the blank line at the start of the prompt
add_newline = false
# Custom palette for consistent branding
palette = "canva"
[palettes.canva]
blue = "#00c4cc"
purple = "#7d2ae8"
# Module configurations
[character]
success_symbol = "[](bold green)"
error_symbol = "[](bold red)"
vicmd_symbol = "[](bold green)"
[directory]
truncation_length = 3
truncation_symbol = "…/"
[git_branch]
symbol = " "
style = "bold purple"
[git_status]
ahead = "⇡${count}"
behind = "⇣${count}"
staged = "+${count}"
modified = "!${count}"
untracked = "?${count}"
[package]
disabled = true
[nix_shell]
symbol = "❄️ "
format = "via [$symbol$state]($style) "
[java]
symbol = "☕ "
[python]
symbol = "🐍 "
[nodejs]
symbol = " "
[rust]
symbol = "🦀 "
[golang]
symbol = "🐹 "