Skip to content

Instantly share code, notes, and snippets.

@lpsouza
Last active February 11, 2024 06:40
Show Gist options
  • Save lpsouza/ef3e4df6dc945ba3cf8648d3ad765bcf to your computer and use it in GitHub Desktop.
Save lpsouza/ef3e4df6dc945ba3cf8648d3ad765bcf to your computer and use it in GitHub Desktop.
Customizations - starship
"$schema" = 'https://starship.rs/config-schema.json'
format = '$all (\[$kubernetes$azure$aws \])$line_break$jobs$battery$time$status$os$shell$character '
add_newline = true
[character]
success_symbol = '[➜](bold green)'
error_symbol = '[➜](bold red)'
[hostname]
disabled = false
ssh_only = false
format = '[$hostname]($style):'
[username]
disabled = false
show_always = true
format = '[$user]($style)@'
[directory]
disabled = false
truncate_to_repo = false
[package]
disabled = true
[container]
disabled = true
[shell]
disabled = false
zsh_indicator = ""
bash_indicator = "󱆃"
powershell_indicator = ""
[os]
disabled = false
format = "$symbol "
symbols.Ubuntu = ""
symbols.Windows = ""
[kubernetes]
disabled = false
symbol = "󱃾 "
format = ' $symbol[$context]($style)'
[azure]
disabled = false
symbol = " "
format = ' $symbol[$subscription]($style)'
[aws]
disabled = false
symbol = " "
format = ' $symbol[($profile )\($region\) (\[$duration\])]($style)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment