1
0
Fork 0
mirror of synced 2024-11-01 16:08:58 -04:00

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.

Nick Jaycock 2022-07-09 15:28:26 +01:00
parent bcd5654b5f
commit 19ed8662db

@ -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) |