Initial dotfiles repo for Mac and Linux

This commit is contained in:
Mike Williams
2026-03-18 14:38:46 +13:00
parent 5225fafdfe
commit df7445adf3
16 changed files with 1035 additions and 1 deletions

View 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 = "🐹 "