Initial dotfiles repo for Mac and Linux
This commit is contained in:
54
starship/.config/starship.toml
Normal file
54
starship/.config/starship.toml
Normal file
@@ -0,0 +1,54 @@
|
||||
# Starship configuration
|
||||
|
||||
# Disable the blank line at the start of the prompt
|
||||
add_newline = false
|
||||
|
||||
# Custom palette for consistent branding
|
||||
palette = "canva"
|
||||
|
||||
[palettes.canva]
|
||||
blue = "#00c4cc"
|
||||
purple = "#7d2ae8"
|
||||
|
||||
# Module configurations
|
||||
[character]
|
||||
success_symbol = "[❯](bold green)"
|
||||
error_symbol = "[❯](bold red)"
|
||||
vicmd_symbol = "[❮](bold green)"
|
||||
|
||||
[directory]
|
||||
truncation_length = 3
|
||||
truncation_symbol = "…/"
|
||||
|
||||
[git_branch]
|
||||
symbol = " "
|
||||
style = "bold purple"
|
||||
|
||||
[git_status]
|
||||
ahead = "⇡${count}"
|
||||
behind = "⇣${count}"
|
||||
staged = "+${count}"
|
||||
modified = "!${count}"
|
||||
untracked = "?${count}"
|
||||
|
||||
[package]
|
||||
disabled = true
|
||||
|
||||
[nix_shell]
|
||||
symbol = "❄️ "
|
||||
format = "via [$symbol$state]($style) "
|
||||
|
||||
[java]
|
||||
symbol = "☕ "
|
||||
|
||||
[python]
|
||||
symbol = "🐍 "
|
||||
|
||||
[nodejs]
|
||||
symbol = " "
|
||||
|
||||
[rust]
|
||||
symbol = "🦀 "
|
||||
|
||||
[golang]
|
||||
symbol = "🐹 "
|
||||
Reference in New Issue
Block a user