Last active
December 12, 2023 13:19
-
-
Save jpbruckler/1027ed9c0747c3e33b9c05f251433e01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format = """ | |
$os\ | |
$username\ | |
$c\ | |
$dotnet\ | |
$elixir\ | |
$erlang\ | |
$java\ | |
$kotlin\ | |
$lua\ | |
$nodejs\ | |
$python\ | |
$ruby\ | |
$rust\ | |
$directory\ | |
$git_branch\ | |
$git_status: \ | |
""" | |
add_newline = false | |
[c] | |
format = "[$symbol]($style)" | |
[dotnet] | |
format = "[$symbol]($style)" | |
[elixir] | |
format = "[$symbol]($style)" | |
[erlang] | |
format = "[$symbol]($style)" | |
[java] | |
format = "[$symbol]($style)" | |
[kotlin] | |
format = "[$symbol]($style)" | |
[lua] | |
format = "[$symbol]($style)" | |
[nodejs] | |
format = "[$symbol]($style)" | |
[python] | |
format = "[$symbol]($style)" | |
[ruby] | |
format = "[$symbol]($style)" | |
[rust] | |
format = "[$symbol]($style)" | |
[os] | |
disabled = true | |
[username] | |
format = " [$user]($style) " | |
disabled = false | |
style_user = "white bold" | |
show_always = true | |
[directory] | |
format = "[$path ]($style)" | |
truncation_length = 3 | |
truncation_symbol = "…/" | |
[directory.substitutions] | |
"Documents" = " " | |
"Downloads" = " " | |
"Music" = " " | |
"Pictures" = " " | |
[git_branch] | |
symbol = "" | |
format = '[$symbol $branch]($style)' | |
[git_status] | |
format = '[$all_status$ahead_behind ]($style)' | |
conflicted = " " | |
[time] | |
disabled = false | |
time_format = "%R" # Hour:Minute Format | |
style = "bg:#33658A fg:000000" | |
format = '[ ♥ $time ]($style)' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment