Skip to content

Instantly share code, notes, and snippets.

@kernelvoid17
Created September 22, 2025 16:09
Show Gist options
  • Select an option

  • Save kernelvoid17/89196bb9a72a103d09b4269494d08c0e to your computer and use it in GitHub Desktop.

Select an option

Save kernelvoid17/89196bb9a72a103d09b4269494d08c0e to your computer and use it in GitHub Desktop.
config/starship.toml
format = """
$directory\
$character
"""
[directory]
style = "white"
truncation_length = 5
[character]
success_symbol = "[>](white)"
error_symbol = "[>](white)"
vimcmd_symbol = "[>](purple)"
[git_branch]
format = "[$branch]($style)"
style = "bright-black"
[git_status]
format = "[[(*$conflicted$untracked$modified$staged$renamed$deleted)](218) ($ahead_behind$stashed)]($style)"
style = "cyan"
conflicted = ""
untracked = ""
modified = ""
staged = ""
renamed = ""
deleted = ""
stashed = "≡"
[git_state]
format = '\([$state( $progress_current/$progress_total)]($style)\) '
style = "bright-black"
[cmd_duration]
format = "[$duration]($style) "
style = "white"
[python]
format = "[$virtualenv]($style) "
style = "bright-black"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment