Skip to content

Instantly share code, notes, and snippets.

@jairusjoer
Last active March 4, 2023 11:00
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 jairusjoer/3704ead21128deb94435c5a8787cf268 to your computer and use it in GitHub Desktop.
Save jairusjoer/3704ead21128deb94435c5a8787cf268 to your computer and use it in GitHub Desktop.
My personal configuration for starship.rs
format = """
$directory\
[](fg:#4f46e5 bg:#4338ca)\
$git_branch\
$git_status\
[](fg:#4338ca bg:#3730a3)\
$nodejs\
$rust\
$golang\
$php\
[](fg:#3730a3 bg:#312e81)\
[ ](fg:#312e81)\
"""
[directory]
style = "fg:#eef2ff bg:#4f46e5"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[git_branch]
symbol = ""
style = "bg:#4338ca"
format = '[[ $symbol $branch ](fg:#e0e7ff bg:#4338ca)]($style)'
[git_status]
style = "bg:#4338ca"
format = '[[($all_status$ahead_behind )](fg:#e0e7ff bg:#4338ca)]($style)'
[nodejs]
symbol = ""
style = "bg:#3730a3"
format = '[[ $symbol ($version) ](fg:#c7d2fe bg:#3730a3)]($style)'
[rust]
symbol = ""
style = "bg:#3730a3"
format = '[[ $symbol ($version) ](fg:#c7d2fe bg:#3730a3)]($style)'
[golang]
symbol = "ﳑ"
style = "bg:#3730a3"
format = '[[ $symbol ($version) ](fg:#c7d2fe bg:#3730a3)]($style)'
[php]
symbol = ""
style = "bg:#3730a3"
format = '[[ $symbol ($version) ](fg:#c7d2fe bg:#3730a3)]($style)'
@jairusjoer
Copy link
Author

Requires Nerd Fonts for proper icon display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment