Skip to content

Instantly share code, notes, and snippets.

@asakasinsky
Forked from notheotherben/starship.toml
Created June 14, 2023 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asakasinsky/067a2306ca4d665884ca0f76f70c3dfa to your computer and use it in GitHub Desktop.
Save asakasinsky/067a2306ca4d665884ca0f76f70c3dfa to your computer and use it in GitHub Desktop.
A Powerline configuration for Starship.rs
format = """
[\uE0B6](fg:#1C4961)[$directory](bg:#1C4961)[\uE0B0](fg:#1C4961 bg:#2F79A1)$git_branch[\uE0B0](fg:#2F79A1 bg:#3A95C7)$git_status[\uE0B0](#3A95C7 bg:#40A9E0)$time[\uE0B0](#40A9E0 bg:none) $all$character """
add_newline = true
[directory]
style = "bg:#1C4961 fg:white"
[git_branch]
format = "[ $symbol$branch ]($style)"
style = "bg:#2F79A1 fg:white"
[git_status]
format = "[ $all_status$ahead_behind ]($style)"
style = "bg:#3A95C7 fg:white"
[time]
disabled = false
format = "[ $time ]($style)"
style = "bg:#40A9E0 fg:white"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment