Skip to content

Instantly share code, notes, and snippets.

@chrisciampoli
Forked from ryo-ARAKI/starship.toml
Created October 24, 2019 19:15
Show Gist options
  • Save chrisciampoli/fc890c6416d5b89c8d3294bde1ce5edb to your computer and use it in GitHub Desktop.
Save chrisciampoli/fc890c6416d5b89c8d3294bde1ce5edb to your computer and use it in GitHub Desktop.
Starship configuration file
# ~/.config/starship.toml
[character]
use_symbol_for_status = true # Show "✖" when the command faild
[hostname]
ssh_only = false
prefix = "❮ "
suffix = "❯"
style = "bold dimmed white"
disabled = true
[username]
style_user = "bold dimmed blue"
show_always = true
[directory]
truncation_length = 5
[time]
disabled = false
style = "bright-white"
format = "🕙 %T"
[memory_usage]
show_percentage = true
show_swap = true
threshold = 30
style = "bold dimmed green"
disabled = false
[git_branch]
symbol = "🍣 "
style = "bold yellow"
[git_status]
conflicted = "⚔️ "
ahead = "🏎️ 💨 "
behind = "🐢 "
diverged = "🔱 "
untracked = "🛤️ "
stashed = "📦 "
modified = "📝 "
staged = "🗃️ "
renamed = "📛 "
deleted = "🗑️ "
prefix = "with "
suffix = ""
style = "bright-white"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment