From 65fae0f977ab0a6c7585c9138a5240507f0433ad Mon Sep 17 00:00:00 2001 From: Subho Banerjee Date: Fri, 10 Sep 2021 18:01:03 -0500 Subject: [PATCH] Add the ifplatform plugin to the list --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 98f5cfc..7fc44df 100644 --- a/Plugins.md +++ b/Plugins.md @@ -15,6 +15,7 @@ | [ghe](https://github.com/fundor333/dotbot-gh-extension) | GH extension manager for DotBot | | [ghq](https://github.com/klane/dotbot-ghq) | Clone remote repositories with [ghq](https://github.com/motemen/ghq) | | [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages | +| [ifplatform](https://github.com/ssbanerje/dotbot-ifplatform) | Conditionally execute dotbot directives based on the system distribution | | [pacaur](https://github.com/ajlende/dotbot-pacaur) | Install and upgrade pacman and AUR packages with pacaur | | [paru](https://github.com/michaelray27/dotbot-paru) | Install packages with paru (Arch Linux) | | [pip](https://github.com/sobolevn/dotbot-pip) | Install pip dependencies with pipx |