Compare commits

...

4 Commits

Author SHA1 Message Date
Paul Payne
972a4c7c57 chore: Update subproject commit references in wild-cloud and wild-directory 2026-02-28 05:21:11 +00:00
Paul Payne
5c867f47f4 chore: Remove deprecated activate.sh script 2026-02-28 05:20:38 +00:00
Paul Payne
d56de74334 chore: Add branding colors to branding documentation 2026-02-28 05:20:24 +00:00
Paul Payne
bf6d1f5ef9 chore: Update subproject commit reference in wild-cloud 2026-02-17 09:21:38 +00:00
4 changed files with 11 additions and 23 deletions

View File

@@ -1,21 +0,0 @@
#!/usr/bin/env bash
# Bash completion
if [ -n "$BASH_VERSION" ]; then
# kubectl completion
if command -v kubectl &> /dev/null; then
eval "$(kubectl completion bash)"
fi
# talosctl completion
if command -v talosctl &> /dev/null; then
eval "$(talosctl completion bash)"
fi
# wild completion
if command -v wild &> /dev/null; then
eval "$(wild completion bash)"
fi
fi
source <(wild instance env)

9
docs/branding.md Normal file
View File

@@ -0,0 +1,9 @@
# Branding
## Colors
fd9631 (gold)
fd6331 (burn orange)
a49ffa (baby blue)
d06463 (peach)
ca95c8 (lilac)