Skip to content

Instantly share code, notes, and snippets.

@fujin
Created December 8, 2025 23:14
Show Gist options
  • Select an option

  • Save fujin/11e9b8b7ca5d0a1339ac1039ab66a9a0 to your computer and use it in GitHub Desktop.

Select an option

Save fujin/11e9b8b7ca5d0a1339ac1039ab66a9a0 to your computer and use it in GitHub Desktop.
command_timeout = 120
[aws]
symbol = ""
[buf]
symbol = ""
[c]
symbol = ""
[conda]
symbol = ""
[crystal]
symbol = ""
[dart]
symbol = ""
[directory]
read_only = " 󰌾"
[docker_context]
symbol = ""
[elixir]
symbol = ""
[elm]
symbol = ""
[fennel]
symbol = ""
[fossil_branch]
symbol = ""
[git_branch]
symbol = ""
[golang]
symbol = ""
[guix_shell]
symbol = ""
[haskell]
symbol = ""
[haxe]
symbol = ""
[hg_branch]
symbol = ""
[hostname]
ssh_symbol = ""
[java]
symbol = ""
[julia]
symbol = ""
[kotlin]
symbol = ""
[lua]
symbol = ""
[memory_usage]
symbol = "󰍛 "
[meson]
symbol = "󰔷 "
[nim]
symbol = "󰆥 "
[nix_shell]
symbol = ""
[nodejs]
symbol = ""
[ocaml]
symbol = ""
[os.symbols]
Alpaquita = ""
Alpine = ""
AlmaLinux = ""
Amazon = ""
Android = ""
Arch = ""
Artix = ""
CentOS = ""
Debian = ""
DragonFly = ""
Emscripten = ""
EndeavourOS = ""
Fedora = ""
FreeBSD = ""
Garuda = "󰛓 "
Gentoo = ""
HardenedBSD = "󰞌 "
Illumos = "󰈸 "
Kali = ""
Linux = ""
Mabox = ""
Macos = ""
Manjaro = ""
Mariner = ""
MidnightBSD = ""
Mint = ""
NetBSD = ""
NixOS = ""
OpenBSD = "󰈺 "
openSUSE = ""
OracleLinux = "󰌷 "
Pop = ""
Raspbian = ""
Redhat = ""
RedHatEnterprise = ""
RockyLinux = ""
Redox = "󰀘 "
Solus = "󰠳 "
SUSE = ""
Ubuntu = ""
Unknown = ""
Void = ""
Windows = "󰍲 "
[package]
symbol = "󰏗 "
[perl]
symbol = ""
[php]
symbol = ""
[pijul_channel]
symbol = ""
[python]
symbol = ""
[rlang]
symbol = "󰟔 "
[ruby]
symbol = ""
[rust]
symbol = ""
[scala]
symbol = ""
[swift]
symbol = ""
[zig]
symbol = ""
# Production GKE clusters
[[kubernetes.contexts]]
context_pattern = "gke-p-.*"
style = "bold red"
symbol = "🔥 "
context_alias = "PRODUCTION"
# Staging GKE clusters
[[kubernetes.contexts]]
context_pattern = "gke-s-.*"
style = "yellow"
symbol = "🚧 "
context_alias = "staging"
# Dev GKE clusters
[[kubernetes.contexts]]
context_pattern = "gke-d-.*"
style = "green"
symbol = "♻️ "
context_alias = "dev"
# Tailscale production clusters
[[kubernetes.contexts]]
context_pattern = "(?P<cluster>[\\w-]+)-prod(?P<num>[\\d]+)$"
context_alias = "PROD: $cluster-prod$num"
style = "bold red"
symbol = "🔥 "
# Tailscale infra clusters
[[kubernetes.contexts]]
context_pattern = "(?P<cluster>[\\w-]+)-infra(?P<num>[\\d]+)$"
context_alias = "INFRA: $cluster-infra$num"
style = "blue"
symbol = "⚙️ "
[kubernetes]
disabled = false
style = "bg:#9A86D8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment