From 6b91f00b2afd5b790868476727d84437869c3f64 Mon Sep 17 00:00:00 2001 From: Wonder Date: Sat, 20 Aug 2022 23:29:02 +0800 Subject: [PATCH] simplify --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 2230b4c..63ed739 100644 --- a/Plugins.md +++ b/Plugins.md @@ -19,7 +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 | +| [if](https://github.com/wonderbeyond/dotbot-if) | Conditional 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 |