From e72933ad6ba319c1157d3b6eb2f7e9adb4d8572c Mon Sep 17 00:00:00 2001 From: John Lettman Date: Tue, 15 Aug 2023 23:53:13 -0400 Subject: [PATCH] Add ifhostname plugin --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 6667267..16c0439 100644 --- a/Plugins.md +++ b/Plugins.md @@ -24,6 +24,7 @@ | [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages | | [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 | +| [ifhostname](https://github.com/johnlettman/dotbot-ifhostname) | Conditional execution of dotbot directive based on the system hostname | | [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 | | [librewolf](https://gitlab.com/paulbecker/dotbot_plugin_librewolf) | Configure your Librewolf profile(s) |