Skip to content

Instantly share code, notes, and snippets.

@MetalDevOps
Created June 10, 2021 01:58
Show Gist options
  • Save MetalDevOps/0f86c914a5c3002b6524ed827ed4c0f4 to your computer and use it in GitHub Desktop.
Save MetalDevOps/0f86c914a5c3002b6524ed827ed4c0f4 to your computer and use it in GitHub Desktop.
starship.toml
[memory_usage]
[hg_branch]
[character]
success_symbol = "[➜](bold green)"
[git_status]
conflicted = "🏳"
ahead = "πŸŽπŸ’¨"
behind = "😰"
diverged = "😡"
untracked = "πŸ€·β€"
stashed = "πŸ“¦"
modified = "πŸ“"
staged = '[++\($count\)](green)'
renamed = "πŸ‘…"
deleted = "πŸ—‘"
[battery]
full_symbol = "πŸ”‹ "
charging_symbol = "⚑️ "
discharging_symbol = "πŸ’€ "
[status]
style = "bg:blue"
symbol = "πŸ”΄"
format = '[\[$symbol $common_meaning$signal_name$maybe_int\]]($style) '
map_symbol = true
disabled = false
[package]
format = "via [🎁 $version](208 bold) "
[nodejs]
format = "via [πŸ€– $version](bold green) "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment