From db843b63e9cf644f5494d0e4566c051c119fe7ad Mon Sep 17 00:00:00 2001 From: Wonder Date: Sat, 20 Aug 2022 17:00:12 +0800 Subject: [PATCH] Added dotbot-if --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 2bda857..2230b4c 100644 --- a/Plugins.md +++ b/Plugins.md @@ -19,6 +19,7 @@ | [ghq](https://github.com/klane/dotbot-ghq) | Clone remote repositories with [ghq](https://github.com/motemen/ghq) | | [git](https://github.com/DrDynamic/dotbot-git) | Clone and pull git repositories | | [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages | +| [if](https://github.com/wonderbeyond/dotbot-if) | Conditional execution of dotbot directives based on shell expression/command | | [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 |