From 31e054d2ea93d7cb787d63d4db6642e556c5abe5 Mon Sep 17 00:00:00 2001 From: Pascal Zarrad Date: Mon, 25 Mar 2024 19:31:12 +0100 Subject: [PATCH] feat: drop argocd again from plugins --- plugins/argocd/plugin.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 plugins/argocd/plugin.sh diff --git a/plugins/argocd/plugin.sh b/plugins/argocd/plugin.sh deleted file mode 100644 index dbe7e7a..0000000 --- a/plugins/argocd/plugin.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -# -# Copyright 2024 Pascal Zarrad -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -#================================================================== -# Script Name : psh-argocd-installer -# Description : Enables oh-my-zsh's argocd plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_antigen_bundle "argocd"