Last active
April 22, 2024 08:02
-
-
Save tungpun/c0bd906c14e7bd8a20052dfaa06b453d 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
# ~/.config/starship.toml | |
[conda] | |
disabled = true | |
[battery] | |
full_symbol = "π" | |
charging_symbol = "π" | |
discharging_symbol = "β‘" | |
[[battery.display]] | |
threshold = 30 | |
style = "bold red" | |
[character] | |
error_symbol = "[β](bold red) " | |
[directory] | |
truncation_length = 3 | |
truncate_to_repo = false | |
[git_status] | |
conflicted = "βοΈ " | |
ahead = "ποΈ π¨ " | |
behind = "π’ " | |
diverged = "π± ποΈ π¨ Γ${ahead_count} π’ Γ${behind_count}" | |
untracked = "π€οΈ " | |
stashed = "π¦ " | |
modified = "π " | |
staged = "ποΈ " | |
renamed = "π " | |
deleted = "ποΈ " | |
style = "bright-white" | |
format = "$all_status$ahead_behind" | |
[gcloud] | |
symbol = 'οΈπ¬οΈ ' | |
disabled = true | |
[aws] | |
symbol = 'π ° ' | |
disabled = true | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment