Skip to content

Instantly share code, notes, and snippets.

@azhinu
Last active January 12, 2022 14:02
Show Gist options
  • Save azhinu/8e08304d8a23d294fc402ecf8e2de8cc to your computer and use it in GitHub Desktop.
Save azhinu/8e08304d8a23d294fc402ecf8e2de8cc to your computer and use it in GitHub Desktop.
Azhinu Starship config
format = "$cmd_duration$character [$hostname:](bold purple)$all $directory [ ](bold green)"
[line_break]
disabled = true
[character]
error_symbol = "[](bold red)"
success_symbol = "[](bold green)"
[cmd_duration]
min_time = 1_000
format = "[ $duration]($style)\n"
[directory]
truncation_length = 5
format = "[$read_only]($read_only_style)[$path/]($style)"
style = "bold cyan"
read_only = " "
home_symbol = " "
[hostname]
format = '[$hostname]($style)'
trim_at = "."
style = "bold purple"
[username]
format = "[$user]($style)"
style_user = "bold dimmed blue"
disabled = true
[aws]
symbol = " "
[conda]
symbol = " "
[dart]
symbol = " "
[docker_context]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[git_branch]
format = " [$symbol]($style)"
symbol = ""
[golang]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[memory_usage]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[package]
symbol = " "
disabled = true
[perl]
symbol = " "
[php]
symbol = " "
[python]
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "
[scala]
symbol = " "
[shlvl]
symbol = " "
[swift]
symbol = "ﯣ "
@azhinu
Copy link
Author

azhinu commented Jan 12, 2022

⚠️ This required NerdFonts

Put this config to ~/.config/starship.toml
Screenshot 2022-01-12 at 16 40 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment