From 19ed8662db60947d137d4de099227629973bf0d3 Mon Sep 17 00:00:00 2001 From: Nick Jaycock Date: Sat, 9 Jul 2022 15:28:26 +0100 Subject: [PATCH] Add dotbot-omnipkg plugin to list. Omnipkg is a plugin that will identify the system package manager and install the packages using that. Supports apt-get, pacman, dnf and brew. --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 6f33473..7b30082 100644 --- a/Plugins.md +++ b/Plugins.md @@ -21,6 +21,7 @@ | [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages | | [ifarch](https://github.com/ryansch/dotbot-ifarch) | Conditional execution of dotbot directives based on the local architecture | | [ifplatform](https://github.com/ssbanerje/dotbot-ifplatform) | Conditionally execute dotbot directives based on the system distribution | +| [omnipkg](https://github.com/Code-Maniac/dotbot-omnipkg)| Install and upgrade apt-get, pacman, dnf and brew packages | | [pacaur](https://github.com/ajlende/dotbot-pacaur) | Install and upgrade pacman and AUR packages with pacaur | | [pamac](https://github.com/skwinnik/dotbot-pamac) | Install pamac packages | | [paru](https://github.com/michaelray27/dotbot-paru) | Install packages with paru (Arch Linux) |