-
-
Save saymondamasio/2706064a10f3dece3ad2cb56bfcd2ed8 to your computer and use it in GitHub Desktop.
Starship configuration file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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