Skip to content

Instantly share code, notes, and snippets.

@Dich0tomy
Last active August 4, 2022 21:54
Show Gist options
  • Save Dich0tomy/11021b9a4b636b03f67a43094cbab711 to your computer and use it in GitHub Desktop.
Save Dich0tomy/11021b9a4b636b03f67a43094cbab711 to your computer and use it in GitHub Desktop.
My starship format.
format = """
$directory[$git_branch](fg:#a2a9b0) [::](fg:#08bdba)$character
"""
[directory]
truncation_length = 1
format = "[$path]($style)[$read_only]($read_ony_style)"
style = "fg:#78a9ff"
read_only = "[RO]"
read_only_style="fg:#393939"
[git_branch]
format = " [#](fg:#525252)$branch(:$remote_branch)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment