sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
# 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 |