chore: initial commit

This commit is contained in:
Vasili Svirydau
2026-05-06 09:35:03 -07:00
commit 1d271b04fa
5 changed files with 280 additions and 0 deletions

31
dot_config/starship.toml Normal file
View File

@@ -0,0 +1,31 @@
[gcloud]
format = 'on [$symbol(\($project\))]($style) '
[docker_context]
disabled=true
[direnv]
disabled=true
[env_var.NEXT_PUBLIC_ENVIRONMENT_ID]
[dotnet]
disabled = true
[kubernetes]
disabled = false
[[kubernetes.contexts]]
context_pattern = "gke_lt-shipyard-lower_northamerica-northeast1_nane1-lower-gke1"
context_alias = "nane1"
style = "green"
[[kubernetes.contexts]]
context_pattern = "gke_lt-sre-shipyard_northamerica-northeast1_banting"
context_alias = "banting"
style = "red"
[[kubernetes.contexts]]
context_pattern = "gke_ld-shipyard_us-east1_bluenose"
context_alias = "bluenose"
style = "blue"