diff --git a/plugins/alias-finder/plugin.sh b/plugins/alias-finder/plugin.sh deleted file mode 100644 index 27d12c3..0000000 --- a/plugins/alias-finder/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-alias-finder-installer -# Description : Enables oh-my-zsh's alias finder -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "alias-finder" diff --git a/plugins/bun-js/plugin.sh b/plugins/bun-js/plugin.sh deleted file mode 100644 index c57629a..0000000 --- a/plugins/bun-js/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-bun-installer -# Description : Enables oh-my-zsh's bun javascript runtime plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "bun" diff --git a/plugins/catimg/plugin.sh b/plugins/catimg/plugin.sh deleted file mode 100644 index 4d1b11a..0000000 --- a/plugins/catimg/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-catimg-installer -# Description : Enables oh-my-zsh's catimg plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "catimg" diff --git a/plugins/composer/plugin.sh b/plugins/composer/plugin.sh deleted file mode 100644 index 2f9bc0f..0000000 --- a/plugins/composer/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-composer-installer -# Description : Enables oh-my-zsh's composer plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "composer" diff --git a/plugins/direnv/plugin.sh b/plugins/direnv/plugin.sh deleted file mode 100644 index 83f0987..0000000 --- a/plugins/direnv/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-direnv-installer -# Description : Enables oh-my-zsh's direnv plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "direnv" diff --git a/plugins/genpass/plugin.sh b/plugins/genpass/plugin.sh deleted file mode 100644 index 7b5e790..0000000 --- a/plugins/genpass/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-genpass-installer -# Description : Enables oh-my-zsh's genpass plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "genpass" diff --git a/plugins/k8s/plugin.sh b/plugins/k8s/plugin.sh index 7eebbb4..bb48b50 100644 --- a/plugins/k8s/plugin.sh +++ b/plugins/k8s/plugin.sh @@ -24,6 +24,5 @@ # Email : P.Zarrad@outlook.de #================================================================== -apply_ohmyzsh_plugin "helm" apply_ohmyzsh_plugin "kubectl" apply_ohmyzsh_plugin "kubectx" diff --git a/plugins/node/plugin.sh b/plugins/node/plugin.sh deleted file mode 100644 index dccdc00..0000000 --- a/plugins/node/plugin.sh +++ /dev/null @@ -1,29 +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-node-installer -# Description : Enables oh-my-zsh's node and npm plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "node" -apply_ohmyzsh_plugin "npm" -apply_ohmyzsh_plugin "nvm" diff --git a/plugins/redis-cli/plugin.sh b/plugins/redis-cli/plugin.sh deleted file mode 100644 index 2513237..0000000 --- a/plugins/redis-cli/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-redis-cli-installer -# Description : Enables oh-my-zsh's redis-cli plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "redis-cli" diff --git a/plugins/rsync/plugin.sh b/plugins/rsync/plugin.sh deleted file mode 100644 index cd8fdd1..0000000 --- a/plugins/rsync/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-rysnc-installer -# Description : Enables oh-my-zsh's rsync plugin -# Args : - -# Author : Nico Just -# Email : nicojust@users.noreply.github.com -#================================================================== - -apply_ohmyzsh_plugin "rsync" diff --git a/plugins/vscode/plugin.sh b/plugins/vscode/plugin.sh deleted file mode 100644 index d7936fb..0000000 --- a/plugins/vscode/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-vscode-aliases-installer -# Description : Enables oh-my-zsh's vscode aliases plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "vscode" diff --git a/plugins/yarn/plugin.sh b/plugins/yarn/plugin.sh deleted file mode 100644 index 0ea8f50..0000000 --- a/plugins/yarn/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-yarn-installer -# Description : Enables oh-my-zsh's yarn plugin -# Args : - -# Author : Pascal Zarrad -# Email : P.Zarrad@outlook.de -#================================================================== - -apply_ohmyzsh_plugin "yarn"