Skip to content

Instantly share code, notes, and snippets.

@v1in
Created March 12, 2023 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v1in/390fb326a47c24f2f0f965daa5bbbd3e to your computer and use it in GitHub Desktop.
Save v1in/390fb326a47c24f2f0f965daa5bbbd3e to your computer and use it in GitHub Desktop.
Starship theme config
[package]
display_private = true
symbol = ""
[git_branch]
symbol = ""
[git_metrics]
disabled = true
added_style = "bold green"
deleted_style = "bold red"
format = '[+$added]($added_style) [-$deleted]($deleted_style) '
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
[directory]
truncate_to_repo = true
fish_style_pwd_dir_length = 1
[git_status]
style= "bold cyan"
ahead = "↑$count"
diverged = "↑$ahead_count↓$behind_count"
behind = "↓$count"
conflicted = " !✖$count"
untracked = " ø$count"
modified = " «$count"
up_to_date = " ✔︎ "
stashed = "❖$count| "
staged = " +$count"
renamed = "✎$count"
deleted = " ✘$count"
format = "[($stashed)](bold white)[($staged)](bold green)[($untracked)](bold yellow)[($deleted)](bold fg:160)[($conflicted)](bold fg:197)[($modified)](bold red) "
[gcloud]
format = 'on [$symbol($project)·(\($region\))]($style)·[$active](fg:17) '
[gcloud.region_aliases]
europe-west1 = 'ew1'
europe-west3 = 'ew3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment