1
0
Fork 0
mirror of synced 2024-11-16 05:35:33 -05:00

Add ifhostname plugin

John Lettman 2023-08-15 23:53:13 -04:00
parent 5376c51545
commit e72933ad6b

@ -24,6 +24,7 @@
| [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages | | [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 | | [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 | | [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 | | [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) | | [librewolf](https://gitlab.com/paulbecker/dotbot_plugin_librewolf) | Configure your Librewolf profile(s) |