Skip to content

Instantly share code, notes, and snippets.

@yanyongyu
Last active February 24, 2022 04:46
Show Gist options
  • Save yanyongyu/727906a75a48e644ade118d647126e93 to your computer and use it in GitHub Desktop.
Save yanyongyu/727906a75a48e644ade118d647126e93 to your computer and use it in GitHub Desktop.
# ~/.config/starship.toml
# https://starship.rs/config
add_newline = false
command_timeout = 1000
[aws]
symbol = " "
[conda]
symbol = "env "
format = "[$symbol$environment]($style) "
ignore_base = false
[dart]
symbol = " "
[directory]
read_only = " "
fish_style_pwd_dir_length = 1
[docker_context]
symbol = " "
[elixir]
symbol = " "
[elm]
symbol = " "
[git_branch]
symbol = " "
[git_status]
conflicted = "ﲅ×$count "
ahead = "煮 "
behind = " "
diverged = " "
untracked = "×$count "
stashed = " "
modified = "×$count "
staged = "×$count "
renamed = "×$count "
deleted = "×$count "
format = "[$all_status$ahead_behind](bright-white) "
[golang]
symbol = " "
[hg_branch]
symbol = " "
[java]
symbol = " "
[julia]
symbol = " "
[memory_usage]
symbol = " "
[nim]
symbol = " "
[nix_shell]
symbol = " "
[package]
symbol = " "
[perl]
symbol = " "
[php]
symbol = " "
[python]
symbol = " "
[ruby]
symbol = " "
[rust]
symbol = " "
[scala]
symbol = " "
[shlvl]
symbol = " "
[status]
disabled = false
symbol = ""
not_executable_symbol = ""
not_found_symbol = ""
sigint_symbol = "ﮊ"
signal_symbol = "ﮊ$signal_number "
format = "[$symbol$status]($style) "
[swift]
symbol = "ﯣ "
[time]
disabled = false
time_format = "%R"
format = "[$time](bright-cyan) "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment