From 4db9af05825ceb2b187a4be916feabc8e068c813 Mon Sep 17 00:00:00 2001 From: Violet Millie Date: Tue, 4 Jun 2024 20:22:01 +0100 Subject: [PATCH] Start configuring starship --- starship.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 starship.toml diff --git a/starship.toml b/starship.toml new file mode 100644 index 0000000..955292d --- /dev/null +++ b/starship.toml @@ -0,0 +1,30 @@ +format = ''' +╭─$time $username@$hostname $directory +╰─$character +''' + +# Inserts a blank line between shell prompts +add_newline = true + +[character] # The name of the module we are configuring is 'character' +disabled = false +success_symbol = '[\$](bold green)' + +[time] +disabled = false +format = '\($time\)' +time_format = '%a %d-%m 🕙 %H:%M' + + +[username] +format = '$user' +disabled = false +show_always = true + +[hostname] +ssh_only = false +format="$hostname" +style="" + +[directory] +format="$directory"