sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis. | |
## Core Principles | |
1. EXPLORATION OVER CONCLUSION | |
- Never rush to conclusions | |
- Keep exploring until a solution emerges naturally from the evidence | |
- If uncertain, continue reasoning indefinitely | |
- Question every assumption and inference |
# Makefile for OpenShift/Kubernetes Deployment | |
# Define variables | |
NAMESPACE := test | |
IMAGE_NAME := your-image-name | |
IMAGE_TAG := latest | |
DOCKER_REGISTRY := your-docker-registry | |
# Default target | |
all: deploy |