Skip to content

Instantly share code, notes, and snippets.

@1stvamp
Last active September 18, 2020 11:45
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 1stvamp/4101406c494c2322b95402d5f44bc706 to your computer and use it in GitHub Desktop.
Save 1stvamp/4101406c494c2322b95402d5f44bc706 to your computer and use it in GitHub Desktop.
My starship config
prompt_order = [
"username",
"hostname",
"kubernetes",
"directory",
"git_branch",
"git_commit",
"git_state",
"git_status",
"hg_branch",
"docker_context",
"package",
"golang",
"java",
"nodejs",
"php",
"python",
"ruby",
"rust",
"terraform",
"memory_usage",
"env_var",
"crystal",
"cmd_duration",
"custom",
# I still prefer to CLI on one line
# "line_break",
"jobs",
"time",
"character",
]
[character]
symbol = "❯ "
[directory]
truncation_length = 5
[git_branch]
symbol = "πŸ”€ "
style = "grey"
[git_state]
progress_divider = " of "
[git_status]
conflicted = "βš”οΈ "
ahead = "🏎️ πŸ’¨ "
behind = "🐒 "
diverged = "πŸ”± "
untracked = "πŸ›€οΈ Γ—"
untracked_count.enabled = true
stashed = "πŸ“¦ "
modified = "πŸ“ Γ—"
modified_count.enabled = true
staged = "πŸ—ƒοΈ Γ—"
staged_count.enabled = true
renamed = "πŸ“› Γ—"
renamed_count.enabled = true
deleted = "πŸ—‘οΈ Γ—"
deleted_count.enabled = true
prefix = ""
suffix = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment