Skip to content

Instantly share code, notes, and snippets.

@onedr0p
Last active January 29, 2021 14:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save onedr0p/82169d1024be07bf27fb765b10af1359 to your computer and use it in GitHub Desktop.
Save onedr0p/82169d1024be07bf27fb765b10af1359 to your computer and use it in GitHub Desktop.
starship.toml
add_newline = true
prompt_order = ["username", "kubernetes", "directory", "git_branch", "git_status", "character"]
[character]
symbol = "\n(∩`-´)⊃ "
error_symbol = "\n(ง •̀_•́)ง "
style_success = "bold green"
use_symbol_for_status = true
[username]
show_always = true
[kubernetes]
symbol = "ﴱ "
style = "bold blue"
disabled = false
[kubernetes.context_aliases]
"default/default/default" = "home-cluster"
[aws]
disabled = true
[git_branch]
symbol = " "
#[git_status]
#conflicted = " ~ "
#ahead = " ⇡ "
#behind = " ⇣ "
#staged=" + "
#diverged = " ⇕ "
#untracked = " ? "
#stashed = " $ "
#modified = " ! "
#deleted = "  "
#renamed = " ➜ "
#unmerged = " ═ "
@onedr0p
Copy link
Author

onedr0p commented Aug 26, 2020

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment