Files
dotfiles/starship/.config/starship.toml
T
2026-07-17 21:57:25 +05:30

103 lines
2.3 KiB
TOML
Raw 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.toml - Fully riced modern prompt config aligned with Carbonfox theme
format = """
$os$username$hostname$directory$git_branch$git_state$git_status$python$nodejs$rust$golang$cmd_duration$line_break\
$character"""
# Wait 10 milliseconds for starship to check files under the current directory.
scan_timeout = 10
# Disable the blank line at the start of the prompt
add_newline = true
[os]
disabled = false
style = "bold white"
[username]
style_user = "bold #be95ff" # Carbonfox purple
style_root = "bold red"
format = "[$user]($style)"
disabled = false
show_always = true
[hostname]
ssh_only = false
style = "bold #33b1ff" # Carbonfox blue/cyan
format = "@[$hostname]($style) "
disabled = false
[directory]
style = "bold #08bdba" # Carbonfox teal
format = "in [ $path]($style)[$read_only]($read_only_style) "
truncation_length = 3
truncation_symbol = "…/"
truncate_to_repo = true
read_only = " 󰌾"
read_only_style = "bold red"
[character]
success_symbol = "[](bold #25be6a)" # Carbonfox green
error_symbol = "[](bold #ee5396)" # Carbonfox pink/red
vimcmd_symbol = "[](bold #08bdba)" # Carbonfox teal
[git_branch]
symbol = "🌱 "
style = "bold #ee5396" # Carbonfox pink
format = "on [$symbol$branch]($style) "
truncation_symbol = ""
[git_status]
style = "bold #ee5396"
format = "([$all_status$ahead_behind]($style) )"
conflicted = "🏳"
ahead = "🏎💨"
behind = "😰"
diverged = "😵"
untracked = "🤷"
stashed = "📦"
modified = "📝"
staged = '[++\($count\)](green)'
renamed = "👅"
deleted = "🗑"
[git_state]
format = "([$state( $progress_current of $progress_total)]($style) )"
cherry_pick = "[🍒 PICKING](bold red)"
[python]
symbol = "🐍 "
style = "bold #3ddbd9"
format = "via [$symbol$version]($style) "
[nodejs]
symbol = " "
style = "bold #25be6a"
format = "via [$symbol$version]($style) "
[rust]
symbol = "🦀 "
style = "bold #ff9e64"
format = "via [$symbol$version]($style) "
[golang]
symbol = " "
style = "bold #78a9ff"
format = "via [$symbol$version]($style) "
[cmd_duration]
min_time = 100
style = "bold #e0af68" # Carbonfox yellow/orange
format = "underwent [$duration]($style) "
[status]
style = "bg:blue"
symbol = "🔴 "
success_symbol = "🟢 SUCCESS"
format = '[[\[$symbol$common_meaning$signal_name$maybe_int\]]($style) ]'
map_symbol = true
disabled = true
[conda]
format = "[$symbol$environment]($style) "