Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jairusjoer/f8e742b9bf5fa1a982780ce51352c261 to your computer and use it in GitHub Desktop.

Select an option

Save jairusjoer/f8e742b9bf5fa1a982780ce51352c261 to your computer and use it in GitHub Desktop.
starship.toml
format = """
$directory\
[](fg:#6c7086 bg:#585b70)\
$git_branch\
$git_status\
[](fg:#585b70 bg:#45475a)\
$nodejs\
$rust\
$golang\
$php\
[](fg:#45475a bg:#313244)\
[ ](fg:#313244)\
"""
[directory]
style = "fg:#cdd6f4 bg:#6c7086"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[git_branch]
symbol = ""
style = "bg:#585b70"
format = '[[ $symbol $branch ](fg:#cdd6f4 bg:#585b70)]($style)'
[git_status]
style = "bg:#585b70"
format = '[[($all_status$ahead_behind )](fg:#cdd6f4 bg:#585b70)]($style)'
[nodejs]
symbol = ""
style = "bg:#45475a"
format = '[[ $symbol ($version) ](fg:#cdd6f4 bg:#45475a)]($style)'
[rust]
symbol = ""
style = "bg:#45475a"
format = '[[ $symbol ($version) ](fg:#cdd6f4 bg:#45475a)]($style)'
[golang]
symbol = "ﳑ"
style = "bg:#45475a"
format = '[[ $symbol ($version) ](fg:#cdd6f4 bg:#45475a)]($style)'
[php]
symbol = ""
style = "bg:#45475a"
format = '[[ $symbol ($version) ](fg:#cdd6f4 bg:#45475a)]($style)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment