Skip to content

Instantly share code, notes, and snippets.

@ariscript
Last active October 15, 2022 02:27
Show Gist options
  • Save ariscript/51007a6135b235ec6d0625d0378c53b6 to your computer and use it in GitHub Desktop.
Save ariscript/51007a6135b235ec6d0625d0378c53b6 to your computer and use it in GitHub Desktop.
Starship prompt configuration
add_newline = true
command_timeout = 5000
# basically hacking right prompt on the same line as the other info
# instead of at the end of the line with the prompt
format = "$username$hostname$singularity$directory$vcsh$git_branch$git_commit$git_state$git_metrics$git_status$docker_context$package$cmake$dart$deno$dotnet$elixir$elm$erlang$golang$helm$java$julia$kotlin$lua$nim$nodejs$ocaml$perl$php$pulumi$python$rlang$ruby$rust$scala$swift$terraform$vlang$vagrant$zig$nix_shell$conda$memory_usage$aws$gcloud$openstack$azure$env_var$crystal$custom$fill$sudo$cmd_duration$jobs$status$time$line_break$character"
[username]
show_always = true
style_root = "bold red"
style_user = "cyan"
format = "[\uf508 $user]($style) in "
[directory]
style = "yellow"
truncation_symbol = ".../"
use_os_path_sep = false
read_only = " "
# fake right prompt
[fill]
symbol = " "
[time]
disabled = false
# use nerd font symbols
[aws]
symbol = " "
[conda]
symbol = " "
[dart]
symbol = " "
[docker_context]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[git_branch]
symbol = " "
[golang]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[memory_usage]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[nodejs]
symbol = " "
[package]
symbol = " "
[python]
symbol = " "
[rust]
symbol = " "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment