added packages

This commit is contained in:
2023-04-29 00:31:15 +05:30
parent 6c0edc5379
commit cb7808a9bd
78 changed files with 5393 additions and 0 deletions

View 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 = " "