consolidate dotfiles and add fix script

This commit is contained in:
2025-10-06 19:35:36 +11:00
parent f88565f29f
commit b0fcbfeafa
21 changed files with 120 additions and 785 deletions

16
starship.toml Normal file
View File

@@ -0,0 +1,16 @@
# A clean and common Starship configuration
# Changes the symbol at the start of the line
[character]
success_symbol = "[](bold green)"
error_symbol = "[✗](bold red)"
# Shows how long a command took to run if it exceeds 2 seconds
[cmd_duration]
min_time = 2000
format = "took [$duration](bold yellow) "
# Shortens the directory path display
[directory]
truncation_length = 3
truncate_to_repo = true # Shows path relative to the Git repository root