Skip to content

Instantly share code, notes, and snippets.

@tungpun
Last active April 22, 2024 08:02
Show Gist options
  • Save tungpun/c0bd906c14e7bd8a20052dfaa06b453d to your computer and use it in GitHub Desktop.
Save tungpun/c0bd906c14e7bd8a20052dfaa06b453d to your computer and use it in GitHub Desktop.
# ~/.config/starship.toml
[conda]
disabled = true
[battery]
full_symbol = "πŸ”‹"
charging_symbol = "πŸ”Œ"
discharging_symbol = "⚑"
[[battery.display]]
threshold = 30
style = "bold red"
[character]
error_symbol = "[βœ–](bold red) "
[directory]
truncation_length = 3
truncate_to_repo = false
[git_status]
conflicted = "βš”οΈ "
ahead = "🏎️ πŸ’¨ "
behind = "🐒 "
diverged = "πŸ”± 🏎️ πŸ’¨ Γ—${ahead_count} 🐒 Γ—${behind_count}"
untracked = "πŸ›€οΈ "
stashed = "πŸ“¦ "
modified = "πŸ“ "
staged = "πŸ—ƒοΈ "
renamed = "πŸ“› "
deleted = "πŸ—‘οΈ "
style = "bright-white"
format = "$all_status$ahead_behind"
[gcloud]
symbol = 'οΈπŸ‡¬οΈ '
disabled = true
[aws]
symbol = 'πŸ…° '
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment