Skip to content

Instantly share code, notes, and snippets.

@bastos
Created April 1, 2025 22:56
Show Gist options
  • Save bastos/f5b8c4d4b3ad0b513f155eee61688087 to your computer and use it in GitHub Desktop.
Save bastos/f5b8c4d4b3ad0b513f155eee61688087 to your computer and use it in GitHub Desktop.
starship confifuration based on Pure
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
add_newline = false
format = """
$username\
$hostname\
$directory\
$git_branch\
$cmd_duration\
$line_break\
$character"""
[git_branch]
format = "[$branch]($style) "
style = "bright-black"
[line_break]
disabled = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment