From decb07d5f194a17a47396c5fcf2c74c6987b4971 Mon Sep 17 00:00:00 2001 From: antistereov Date: Sun, 4 Jan 2026 03:26:54 +0100 Subject: [PATCH] feat(starship): add starship config --- starship/starship.toml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 starship/starship.toml diff --git a/starship/starship.toml b/starship/starship.toml new file mode 100644 index 0000000..b44d506 --- /dev/null +++ b/starship/starship.toml @@ -0,0 +1,37 @@ +format = """ +$username\ +$hostname\ +$localip\ +$shlvl\ +$directory\ +$git_branch\ +$git_commit\ +$git_state\ +$git_status\ +$kubernetes\ +$package\ +$python\ +$rust\ +$golang\ +$terraform\ +$docker_context\ +$memory_usage\ +$env_var\ +$custom\ +$cmd_duration\ +$line_break\ +$jobs\ +$battery\ +$time\ +$status\ +$container\ +$shell\ +$character +""" + +[kubernetes] +format = 'on [󱃾 $context( \($namespace\))](blue) ' +disabled = false + +[aws] +disabled = true