starship - The customizable prompt for any shell - Share my configuration for better visualization of git and Cloud icon
Share my configuration for better visualization of git and Cloud icon
starship - The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Create configuration file:
mkdir -p ~/.config && touch ~/.config/starship.toml
code ~/.config/starship.toml
~/.config/starship.toml
file contents:
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
command_timeout = 2000
[git_branch]
symbol = 'π± '
[aws]
# disabled = true
format = '[$symbol($profile )(\($region\) )]($style)'
symbol = 'AWS '
style = 'blue'
[gcloud]
# disabled = true
symbol = 'GCP '
Sometime you want to hidden cloud icon, please use disabled = true
.