Initial commit

This commit is contained in:
2025-08-01 16:24:26 -07:00
commit 37393d023a
32 changed files with 4342 additions and 0 deletions

25
.config/starship.toml Normal file
View File

@@ -0,0 +1,25 @@
"$schema" = 'https://starship.rs/config-schema.json'
add_newline = true
format = '''
\[ $username $directory \]
$character '''
[username]
style_user = 'cyan bold'
style_root = 'bg:white fg:black bold'
format = '[$user]($style)'
disabled = false
show_always = true
[directory]
style = 'blue bold'
truncation_length = 8
truncation_symbol = '…/'
format = '[$path]($style)'
[character]
format = '[$symbol]($style)'
success_symbol = '[\$](bold green)'
error_symbol = '[\$](bold red)'