Created
May 5, 2026 14:22
-
-
Save jairusjoer/f8e742b9bf5fa1a982780ce51352c261 to your computer and use it in GitHub Desktop.
starship.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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