Skip to content

Instantly share code, notes, and snippets.

@lucasarieiv
Created September 25, 2021 04:18
Show Gist options
  • Save lucasarieiv/ea6fc220c8395c41e0306075c055e67d to your computer and use it in GitHub Desktop.
Save lucasarieiv/ea6fc220c8395c41e0306075c055e67d to your computer and use it in GitHub Desktop.
Starship configuration
format = """
$username $directory\
$git_branch\
$git_commit\
$git_state\
$git_metrics\
$git_status\
$hg_branch\
$nodejs\
$python
$character\
$hostname\
"""
add_newline = false
[username]
style_root="bold red"
style_user="bold yellow"
format="[$user]($style) in"
show_always = true
[python]
format='[${pyenv_prefix}(\($virtualenv\) )]($style)'
style="yellow bold"
[nodejs]
disabled=true
[directory]
truncation_length=2
format="[$path]($style)[$read_only]($read_only_style) "
[package]
disabled=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment