Skip to content

Instantly share code, notes, and snippets.

@steezeburger
steezeburger / starship.toml
Last active February 11, 2024 01:52
my starship config. inspired by the hit major motion picture The Matrix
format = """
[░▒▓](#00FF00)\
$username\
[@](bg:#0F0F0F fg:#00FF00)\
$hostname\
$directory\
[\ueb2c](fg:#0F0F0F bg:#003300)\
$git_branch\
$git_status\
[\ueb2c](fg:#0F0F0F bg:#003300)\
#!/bin/bash
function display_help() {
echo "Usage: $0 [POD_NAME] [-c CONTAINER] [-n NAMESPACE] "
echo
echo "Fetch logs for a Kubernetes pod or a specific container within a pod."
echo
echo "POD_NAME is the name of the pod to fetch logs for. This argument is required."
echo
echo "Options:"