1
0
Files
dotfiles/config/starship.toml
James Bulman 42189f6687 Added bash config
Copied over old .bashrc and .bash_aliases because they didn't need
really need changing
Slightly changed .bash_profile for starting graphical setups
Added simple starship.toml setup
Updated install script to copy/pull new files
2025-09-25 18:08:46 +01:00

34 lines
672 B
TOML

add_newline = false
scan_timeout = 10
format = "\\[$username$hostname\\] :: $directory $cmd_duration$character"
[line_break]
disabled = true
[hostname]
ssh_only = false
style = "bright-blue bold"
format = "[@$hostname]($style)"
[username]
show_always = true
style_user = "bright-blue bold"
style_root = "bright-red bold"
format="[$user]($style)"
[directory]
truncation_length = 3
truncate_to_repo = true
style = "blue"
read_only = "!"
read_only_style = "red"
format = "[$path]($style)[$read_only]($read_only_style)"
[cmd_duration]
style = "bold yellow"
format = "[+$duration]($style) "
[character]
success_symbol = "[>](cyan bold)"
error_symbol = "[>](red bold)"