Created
June 30, 2025 16:40
-
-
Save artiga033/36227bf6c1d98727ad7f3e3f70496ec4 to your computer and use it in GitHub Desktop.
personaliations
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
"$schema" = 'https://starship.rs/config-schema.json' | |
format = """ | |
[](fg:#ff8899)\ | |
$os\ | |
[](bg:#ff8899 fg:#6677cc)\ | |
$username\ | |
$directory\ | |
$git_branch\ | |
$git_status\ | |
$cmd_duration\ | |
$character\ | |
""" | |
[os] | |
disabled = false | |
format = '[$symbol]($style)' | |
style = "fg:#6677cc bg:#ff8899" | |
[os.symbols] | |
Windows = "" | |
Ubuntu = "" | |
SUSE = "" | |
Raspbian = "" | |
Mint = "" | |
Macos = "" | |
Manjaro = "" | |
Linux = "" | |
Gentoo = "" | |
Fedora = "" | |
Alpine = "" | |
Amazon = "" | |
Android = "" | |
Arch = "" | |
Artix = "" | |
CentOS = "" | |
Debian = "" | |
Redhat = "" | |
RedHatEnterprise = "" | |
[username] | |
show_always = true | |
style_user = "bg:#6677cc fg:#ffffff" | |
format = '[$user]($style)' | |
[directory] | |
style = "bg:#ee7744 fg:#ffffff" | |
format = "[[](fg:prev_bg bg:#ee7744)$path]($style)" | |
fish_style_pwd_dir_length = 1 | |
truncate_to_repo = false | |
[git_branch] | |
symbol = "" | |
style = "#000000 bg:#77dd77" | |
format = '[[](fg:prev_bg bg:#77dd77) $symbol $branch]($style)' | |
[git_status] | |
style = "#000000 bg:#77dd77" | |
format = """ | |
(\ | |
[](bg:prev_bg fg:#ffffff)\ | |
[($all_status$ahead_behind)]($style)\ | |
[](bg:prev_bg fg:#ffffff)\ | |
)\ | |
""" | |
[cmd_duration] | |
show_milliseconds = true | |
format = "[[](fg:prev_bg bg:#ffffff)$duration]($style)" | |
style = "bg:#ffffff fg:#ff4f63" | |
min_time = 0 | |
[character] | |
disabled = false | |
success_symbol = '[](bold fg:green)' | |
error_symbol = '[](bold fg:red)' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment