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