From faa1034aed2e475eeb900408e049ec21ee29bf0f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Wed, 7 Dec 2022 23:37:58 +0000 Subject: [PATCH] update starship stuff --- dot_config/starship.toml | 94 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 88 insertions(+), 6 deletions(-) diff --git a/dot_config/starship.toml b/dot_config/starship.toml index 5f779c7..f51e800 100644 --- a/dot_config/starship.toml +++ b/dot_config/starship.toml @@ -1,9 +1,94 @@ # Get editor completions based on the config schema "$schema" = 'https://starship.rs/config-schema.json' -# format = """ -# [┌](bold green)\\$all -# [└ $](bold green) """ +format = """ +${custom.top}\ +$username\ +$hostname\ +$localip\ +$shlvl\ +$singularity\ +$kubernetes\ +$directory\ +$vcsh\ +$git_branch\ +$git_commit\ +$git_state\ +$git_metrics\ +$git_status\ +$hg_branch\ +$docker_context\ +$package\ +$c\ +$cmake\ +$cobol\ +$daml\ +$dart\ +$deno\ +$dotnet\ +$elixir\ +$elm\ +$erlang\ +$golang\ +$haskell\ +$helm\ +$java\ +$julia\ +$kotlin\ +$lua\ +$nim\ +$nodejs\ +$ocaml\ +$perl\ +$php\ +$pulumi\ +$purescript\ +$python\ +$raku\ +$rlang\ +$red\ +$ruby\ +$rust\ +$scala\ +$swift\ +$terraform\ +$vlang\ +$vagrant\ +$zig\ +$buf\ +$nix_shell\ +$conda\ +$meson\ +$spack\ +$memory_usage\ +$aws\ +$gcloud\ +$openstack\ +$azure\ +$env_var\ +$crystal\ +$custom\ +$sudo\ +$cmd_duration\ +$line_break\ +$jobs\ +$battery\ +$time\ +$status\ +$container\ +$shell\ +${custom.bottom}\ +$character""" + +[custom.top] +symbol = "┌ " +style = "bold black" +when = true + +[custom.bottom] +symbol = "└ " +style = "bold black" +when = true [character] # The name of the module we are configuring is "character" success_symbol = "[\\$](bold green)" # The "success_symbol" segment is being set to "➜" with the color "bold green" @@ -74,9 +159,6 @@ style = "#74c7ec bold" symbol = " " [memory_usage] -# disabled = false -# threshold = -1 -# style = "bold dimmed green" style = "#74c7ec bold" symbol = " "