1
0
Fork 0
mirror of synced 2024-11-25 01:25:35 -05:00

add librewolf+zypper plugin

Paul Becker 2023-05-10 00:31:59 +02:00
parent 51e8d4e208
commit c7d81d4a7e

@ -26,6 +26,7 @@
| [ifarch](https://github.com/ryansch/dotbot-ifarch) | Conditional execution of dotbot directives based on the local architecture | | [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 | | [ifplatform](https://github.com/ssbanerje/dotbot-ifplatform) | Conditionally execute dotbot directives based on the system distribution |
| [include](https://gitlab.com/gnfzdz/dotbot-include/)| Include dotbot directives from another file | | [include](https://gitlab.com/gnfzdz/dotbot-include/)| Include dotbot directives from another file |
| [librewolf](https://gitlab.com/paulbecker/dotbot_plugin_librewolf) | Configure your Librewolf profile(s) |
| [omnipkg](https://github.com/Code-Maniac/dotbot-omnipkg)| Install and upgrade apt-get, pacman, dnf and brew packages | | [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 | | [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 | | [pamac](https://github.com/skwinnik/dotbot-pamac) | Install pamac packages |
@ -46,3 +47,4 @@
| [yay](https://github.com/oxson/dotbot-yay) | Install packages with yay (Arch) | | [yay](https://github.com/oxson/dotbot-yay) | Install packages with yay (Arch) |
| [yum](https://gitlab.com/flyingchipmunk/dotbot-yum) | Install and update yum packages | | [yum](https://gitlab.com/flyingchipmunk/dotbot-yum) | Install and update yum packages |
| [ed](https://github.com/wonderbeyond/dotbot-ed) | Ensure expected lines in a file | | [ed](https://github.com/wonderbeyond/dotbot-ed) | Ensure expected lines in a file |
| [zypper](https://gitlab.com/paulbecker/dotbot_plugin_zypper) | Install packages and repos with zypper (open/suse) |