From d407f241c6f044ebcbd48c227b2939e653ce259b Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 3 Sep 2022 19:57:10 +0200 Subject: [PATCH] Add Starship configuration. --- .config/starship.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .config/starship.toml diff --git a/.config/starship.toml b/.config/starship.toml new file mode 100644 index 0000000..edc2c53 --- /dev/null +++ b/.config/starship.toml @@ -0,0 +1,29 @@ +format = """ +$username\ +$hostname\ +$directory\ +$git_branch\ +$git_commit\ +$git_state\ +$git_metrics\ +$git_status\ +$package\ +$nodejs\ +$python\ +$rust\ +$nix_shell\ +$cmd_duration\ +$time\ +$line_break\ +$jobs\ +$battery\ +$status\ +$shell\ +$character""" + +[time] +disabled = false +format = '🕙[\[ $time \]]($style) ' +time_format = "%T" +utc_time_offset = "local" +