Add missing starship config

This commit is contained in:
Daniel Lundin 2020-10-02 10:24:44 +02:00
parent 95ca89f367
commit 04321fff31
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

112
.config/starship-tmux.toml Normal file
View file

@ -0,0 +1,112 @@
add_newline = false
format = """
$status\
$cmd_duration\
$jobs\
$kubernetes\
"""
# $git_branch\
# $git_commit\
# $git_state\
# $git_status\
# """
# $shlvl\
# $directory\
# $hg_branch\
# $docker_context\
# $package\
# $cmake\
# $dart\
# $dotnet\
# $elixir\
# $elm\
# $erlang\
# $golang\
# $helm\
# $java\
# $julia\
# $nim\
# $nodejs\
# $ocaml\
# $perl\
# $php\
# $purescript\
# $python\
# $ruby\
# $rust\
# $swift\
# $terraform\
# $zig\
# $nix_shell\
# $conda\
# $memory_usage\
# $aws\
# $gcloud\
# $env_var\
# $crystal\
# $cmd_duration\
# $custom\
# $line_break\
# $jobs\
# $battery\
# $time\
# $status\
# """
[hostname]
ssh_only = false
format = '#\[bg=red\] $hostname '
style = ""
[line_break]
disabled = true
[directory]
fish_style_pwd_dir_length = 1
truncation_length = 1
truncate_to_repo = false
style = "bold"
[git_branch]
format = '▕#\[bg=green\] $symbol$branch '
style = ""
[git_commit]
format = '$hash'
style = ""
[git_state]
format = "$state( $progress_current/$progress_total)"
style = ""
[git_status]
style = ""
[kubernetes]
disabled = false
format = '▕#\[bg=blue\] $symbol$context(\($namespace\)) '
style = ""
[time]
disabled = false
style = ""
[golang]
format = '▕#\[bg=#00ACC1\] $symbol$version '
style = ""
[jobs]
format = '▕#\[bg=#7E57C2\] $symbol$number '
style = ""
disabled = false
[status]
format = '▕#\[bg=red\] $symbol$status '
style = ""
disabled = false
[cmd_duration]
format = '▕#\[bg=#558B2F\] ⏳$duration '
style = ""