Created
November 19, 2020 16:46
-
-
Save 3lpsy/d25ff9fbe897e2ae8d9b51ee2b0dbcdf to your computer and use it in GitHub Desktop.
Starship Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_newline = false | |
# [line_break] | |
# disabled = true | |
# $cmd_duration\ | |
format = """ | |
$username\ | |
$hostname\ | |
$shlvl\ | |
$kubernetes\ | |
$git_commit\ | |
$git_state\ | |
$git_status\ | |
$hg_branch\ | |
$docker_context\ | |
$package\ | |
$cmake\ | |
$dart\ | |
$dotnet\ | |
$elixir\ | |
$elm\ | |
$erlang\ | |
$golang\ | |
$helm\ | |
$java\ | |
$ruby\ | |
$rust\ | |
$julia\ | |
$nim\ | |
$nodejs\ | |
$ocaml\ | |
$perl\ | |
$php\ | |
$purescript\ | |
$python\ | |
$swift\ | |
$terraform\ | |
$zig\ | |
$nix_shell\ | |
$conda\ | |
$memory_usage\ | |
$aws\ | |
$gcloud\ | |
$env_var\ | |
$crystal\ | |
$custom\ | |
$time\ | |
$battery\ | |
$jobs\ | |
$status\ | |
$cmd_duration\ | |
$line_break\ | |
$directory\ | |
$character""" | |
[character] | |
success_symbol = "[❯❯](bold grey)" | |
error_symbol = "[❯❯](bold red)" | |
# success_symbol = "➜" | |
[username] | |
style_user = "bold green" | |
show_always = true | |
format = "[ $user]($style) " | |
[directory] | |
style = "bold fg:#629d9b" | |
format = "[ $path]($style)[$read_only]($read_only_style) " | |
[status] | |
disabled = false | |
[time] | |
format = "at [$time]($style) " | |
style = "bold purple" | |
disabled = false | |
[aws] | |
symbol = " " | |
disabled = true | |
[battery] | |
full_symbol = "" | |
charging_symbol = "" | |
discharging_symbol = "" | |
[conda] | |
symbol = " " | |
[dart] | |
symbol = " " | |
[docker] | |
symbol = " " | |
[elixir] | |
symbol = " " | |
[elm] | |
symbol = " " | |
[git_branch] | |
symbol = " " | |
[golang] | |
symbol = " " | |
[haskell] | |
symbol = " " | |
[hg_branch] | |
symbol = " " | |
[java] | |
symbol = " " | |
[julia] | |
symbol = " " | |
[memory_usage] | |
symbol = " " | |
[nim] | |
symbol = " " | |
[nix_shell] | |
symbol = " " | |
[nodejs] | |
symbol = " " | |
[package] | |
symbol = " " | |
[perl] | |
symbol = " " | |
[php] | |
symbol = " " | |
[python] | |
symbol = " " | |
[ruby] | |
symbol = " " | |
[rust] | |
symbol = "漣" | |
[swift] | |
symbol = "ﯣ " | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment