Skip to content

Instantly share code, notes, and snippets.

@VMuliadi
Created August 4, 2023 09:33
Show Gist options
  • Save VMuliadi/424116c16f16424788170eff4f480e87 to your computer and use it in GitHub Desktop.
Save VMuliadi/424116c16f16424788170eff4f480e87 to your computer and use it in GitHub Desktop.
my personal preference to keep my terminal console minimalist and clean
"$schema" = 'https://starship.rs/config-schema.json'
add_newline = true
format = '''
[┌───────────────────>](white)
[│](white)  $directory $git_branch$git_commit $terraform
[│](white) ? $localip on $hostname
[│](white)  $gcloud
[│](white) ? $kubernetes
[└─>](white) \$ '''
[character] # The name of the module we are configuring is 'character'
success_symbol = '[➜](green)'
error_symbol = '[➜](red)'
[directory]
style = '202'
read_only = ' '
read_only_style = 'red'
truncation_length = 100
format = '[$before_root_path$path]($style)'
[localip]
ssh_only = false
format = '[$localipv4](green)'
disabled = false
[hostname]
ssh_only = false
format = '[$hostname](green)'
disabled = false
[kubernetes]
format = 'kube-context: [$context](cyan) on(white) [$namespace](cyan)'
disabled = false
[gcloud]
disabled = false
style = 'yellow'
format = '[$domain]($style) on [$project]($style)'
symbol = '☁️ '
[package]
disabled = false
style = 'white'
format = '[$version]($style)'
[terraform]
disabled = true
style = 'yellow'
format = '[$workspace]($style)'
detect_files = ['main.tf']
[time]
disabled = false
time_format = '%T'
format = '[$time]($style)'
[git_branch]
disabled = false
style = '157'
always_show_remote = true
format = ' [branch: $branch]($style)'
[git_commit]
disabled = false
tag_disabled = false
style = '157'
tag_symbol = ''
format = ' [tag: $tag]($style)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment