Skip to content

Instantly share code, notes, and snippets.

@ilmanzo
Created February 5, 2024 10:10
Show Gist options
  • Save ilmanzo/2f6b431fb7bd5c8973782597cd9b7a20 to your computer and use it in GitHub Desktop.
Save ilmanzo/2f6b431fb7bd5c8973782597cd9b7a20 to your computer and use it in GitHub Desktop.
format = """
[ ](bg:#73ba25)\
[▓▒░](#73ba25)\
[  ](fg:#73ba25 bg:#090c0c)\
$directory\
$git_branch\
$git_status\
\n$character"""
[character]
success_symbol = '[❯](#73ba25)'
error_symbol = '[❯](bold red)'
[directory]
style = "bg:#090c0c fg:#81c13b"
format = "[ $path ]($style)"
truncation_length = 3
truncation_symbol = "…/"
[directory.substitutions]
"Documents" = "󰈙 "
"Downloads" = " "
"Music" = " "
"Pictures" = " "
[git_branch]
symbol = ""
style = "bg:#96cb5c"
format = '[[ $symbol $branch ](fg:#2f5361 bg:#96cb5c)]($style)'
[git_status]
style = "bg:#96cb5c"
format = '[[($all_status$ahead_behind )](fg:#2f5361 bg:#96cb5c)]($style)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment