From 1d208e292b66b9bc4e39c3b29716559f8c1f9a3f Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 10 Nov 2021 14:09:24 -0700 Subject: Initial Commit --- stow/starship/.config/starship.toml | 54 +++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 stow/starship/.config/starship.toml (limited to 'stow/starship') diff --git a/stow/starship/.config/starship.toml b/stow/starship/.config/starship.toml new file mode 100644 index 0000000..27edf54 --- /dev/null +++ b/stow/starship/.config/starship.toml @@ -0,0 +1,54 @@ +format = """ +$shlvl\ +$kubernetes\ +$hostname\ +$directory\ +$vcsh\ +$git_branch\ +$git_commit\ +$git_state\ +$git_metrics\ +$git_status\ +$docker_context\ +$package\ +$cmake\ +$deno\ +$python\ +$red\ +$terraform\ +$nix_shell\ +$memory_usage\ +$aws\ +$gcloud\ +$openstack\ +$env_var\ +$custom\ +$line_break\ +$lua\ +$jobs\ +$battery\ +$time\ +$status\ +$shell\ +$character""" + +[git_branch] +style = "bold white" +format = "[$branch]($style) " + +[directory] +truncate_to_repo = false + +[character] +success_symbol = "[](bold cyan) " +error_symbol = "[](bold red) " + +[python] +style = "bold purple" +format = '[${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)' + +[nix_shell] +format = '[$state( \($name\))]($style) ' + +[hostname] +ssh_only = true -- cgit v1.2.3