mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-07 18:26:34 +05:30
added packages
This commit is contained in:
51
packages/tuxos-skel/skel/starship/config.toml
Normal file
51
packages/tuxos-skel/skel/starship/config.toml
Normal file
@ -0,0 +1,51 @@
|
||||
format = """
|
||||
[ ](bold green)$directory(bold blue)$git_branch$git_status[❯](bold yellow)[❯](bold purple)[❯](bold blue) """
|
||||
|
||||
scan_timeout = 60
|
||||
add_newline = false
|
||||
|
||||
[line_break]
|
||||
disabled = true
|
||||
|
||||
[directory]
|
||||
style = "bold blue"
|
||||
|
||||
[cmd_duration]
|
||||
format = "[$duration]($style) "
|
||||
|
||||
[status]
|
||||
disabled = false
|
||||
format = "[$symbol $status]($style) "
|
||||
not_found_symbol = ""
|
||||
not_executable_symbol = ""
|
||||
sigint_symbol = "ﭦ"
|
||||
map_symbol = true
|
||||
|
||||
[git_branch]
|
||||
format = "[$symbol$branch]($style) "
|
||||
|
||||
[package]
|
||||
format = "[$symbol$version]($style) "
|
||||
symbol = " "
|
||||
|
||||
[python]
|
||||
format = '[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
|
||||
symbol = " "
|
||||
|
||||
[nodejs]
|
||||
format = "[$symbol($version )]($style)"
|
||||
|
||||
[php]
|
||||
format = "[$symbol($version )]($style)"
|
||||
symbol = " "
|
||||
|
||||
[java]
|
||||
format = "[${symbol}(${version} )]($style)"
|
||||
symbol = " "
|
||||
|
||||
[rust]
|
||||
format = "[$symbol($version )]($style)"
|
||||
|
||||
[golang]
|
||||
format = "[$symbol($version )]($style)"
|
||||
symbol = " "
|
Reference in New Issue
Block a user