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
This commit is contained in:
33
config/starship.toml
Normal file
33
config/starship.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
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)"
|
||||
Reference in New Issue
Block a user