Skip to content

Instantly share code, notes, and snippets.

@populov
Last active October 28, 2022 04:17
Show Gist options
  • Save populov/ed995f4d15828f759cbdbad113a7d2bf to your computer and use it in GitHub Desktop.
Save populov/ed995f4d15828f759cbdbad113a7d2bf to your computer and use it in GitHub Desktop.
Config for https://starship.rs - save as ~/.config/starship.toml
# Replace the "❯" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character"
# success_symbol = "[➜](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green"
error_symbol = "[✗](bold red) "
# Disable the package module, hiding it from the prompt completely
[package]
disabled = true
[aws]
format = 'on [$symbol$profile(\($region\))]($style) '
style = "bold blue"
# symbol = "🅰 "
[gcloud]
disabled = true
[git_branch]
# symbol = "🌱 "
truncation_symbol = ""
[git_commit]
commit_hash_length = 4
tag_symbol = "🔖 "
[git_state]
format = '[\($state( $progress_current of $progress_total)\)]($style) '
cherry_pick = "[🍒 PICKING](bold red)"
[hostname]
ssh_only = true
format = "on [$hostname](bold red) "
# trim_at = ".companyname.com"
disabled = false
[terraform]
disabled = true
format = "[🏎💨 $version$workspace]($style) "
[kubernetes]
format = 'on [☸ $context \($namespace\)](dimmed yellow) '
disabled = false
[kubernetes.context_aliases]
"arn:aws:eks:us-west-2:332927762005:cluster/versuspoker-dev-eks" = "versuspoker-dev-eks"
"arn:aws:eks:us-west-2:701976272138:cluster/saritasa-shared-eks" = "saritasa-shared-eks"
"arn:aws:eks:us-west-2:829412902557:cluster/harvey-prod-eks" = "harvey-prod-eks"
"arn:aws:eks:us-west-2:718292623532:cluster/pga-prod-eks" = "pga-prod-eks"
"arn:aws:eks:us-west-2:718292623532:cluster/pga-staging-eks" = "pga-staging-eks"
"arn:aws:eks:us-west-2:965067289393:cluster/saritasa-rocks-eks" = "saritasa.rocks"
"arn:aws:eks:us-west-2:965067289393:cluster/saritasa-cloud-eks" = "saritasa.cloud"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment