Skip to content

Instantly share code, notes, and snippets.

@saymondamasio
Forked from ryo-ARAKI/starship.toml
Last active January 19, 2024 13:40
Show Gist options
  • Select an option

  • Save saymondamasio/2706064a10f3dece3ad2cb56bfcd2ed8 to your computer and use it in GitHub Desktop.

Select an option

Save saymondamasio/2706064a10f3dece3ad2cb56bfcd2ed8 to your computer and use it in GitHub Desktop.
Starship configuration file
[battery]
full_symbol = "• "
charging_symbol = "⇡ "
discharging_symbol = "⇣ "
unknown_symbol = "❓ "
empty_symbol = "❗ "
[git_branch]
symbol = '🌱 '
truncation_symbol = ''
ignore_branches = ['master', 'main']
[git_commit]
commit_hash_length = 4
tag_symbol = '🔖 '
[git_metrics]
added_style = 'bold blue'
format = '[+$added]($added_style)/[-$deleted]($deleted_style) '
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = '[🍒 PICKING](bold red)'
[git_status]
conflicted = '🏳'
ahead = '🏎💨'
behind = '😰'
diverged = '😵'
up_to_date = '✓'
untracked = '🤷'
stashed = '📦'
modified = '📝'
staged = '[++\($count\)](green)'
renamed = '👅'
deleted = '🗑'
[java]
symbol = '🌟 '
[nodejs]
format = 'via [🤖 $version](bold green) '
[pulumi]
symbol = "🧊 "
[docker_context]
format = 'via [🐋 $context](blue bold)'
[deno]
format = 'via [🦕 $version](green bold) '
[custom.vtex-vendor]
command = "grep vendor manifest.json | cut -d'\"' -f4"
detect_files = ['manifest.json']
style = "bold blue"
format = '🍎 [$output]($style) '
[custom.vtex-version]
command = "grep version manifest.json | cut -d'\"' -f4"
detect_files = ['manifest.json']
style = "bold yellow"
format = '[$output]($style) '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment