added quickshell and updated zsh
This commit is contained in:
54
home/starship/starship.toml
Normal file
54
home/starship/starship.toml
Normal file
@@ -0,0 +1,54 @@
|
||||
# macOS Catalina Dark Aesthetic Starship Theme (Single-Line)
|
||||
add_newline = false
|
||||
scan_timeout = 10
|
||||
|
||||
format = "$os$directory$git_branch$git_status$nix_shell$rust$c$python$cmd_duration$character"
|
||||
|
||||
[os]
|
||||
disabled = false
|
||||
style = "bold #f2f2f7"
|
||||
symbols = { NixOS = " " }
|
||||
|
||||
[directory]
|
||||
truncation_length = 3
|
||||
truncate_to_repo = true
|
||||
style = "bold #0a84ff"
|
||||
format = "[$path]($style) "
|
||||
|
||||
[git_branch]
|
||||
symbol = " "
|
||||
style = "bold #bf5af2"
|
||||
format = "on [$symbol$branch]($style) "
|
||||
|
||||
[git_status]
|
||||
style = "bold #ff453a"
|
||||
format = "([$all_status$ahead_behind]($style) )"
|
||||
|
||||
[nix_shell]
|
||||
symbol = " "
|
||||
style = "bold #64d2ff"
|
||||
format = "via [$symbol$state]($style) "
|
||||
|
||||
[rust]
|
||||
symbol = " "
|
||||
style = "bold #ff9f0a"
|
||||
format = "[$symbol($version )]($style)"
|
||||
|
||||
[c]
|
||||
symbol = " "
|
||||
style = "bold #5e5ce6"
|
||||
format = "[$symbol($version )]($style)"
|
||||
|
||||
[python]
|
||||
symbol = " "
|
||||
style = "bold #ffd60a"
|
||||
format = "[$symbol($version )]($style)"
|
||||
|
||||
[cmd_duration]
|
||||
min_time = 2000
|
||||
style = "bold #ffd60a"
|
||||
format = "took [$duration]($style) "
|
||||
|
||||
[character]
|
||||
success_symbol = "[➜](bold #30d158) "
|
||||
error_symbol = "[➜](bold #ff453a) "
|
||||
Reference in New Issue
Block a user