diff --git a/Plugins.md b/Plugins.md index 63ed739..fa46b8c 100644 --- a/Plugins.md +++ b/Plugins.md @@ -9,6 +9,7 @@ | [brew](https://github.com/d12frosted/dotbot-brew) | Install brew and caskroom packages + brewfile support | | [brew](https://github.com/wren/dotbot-brew) | Exceptionally fast plugin with `brew`, `cask`, `tap`, and `brewfile` support | | [brewfile](https://github.com/sobolevn/dotbot-brewfile) | Install brew dependencies, bundle style | +| [conditional](https://gitlab.com/gnfzdz/dotbot-conditional/)| Conditional execution of dotbot directives based on outcome of named python plugins. | | [crontab-dotbot](https://github.com/fundor333/crontab-dotbot)| Manage _[crontab](https://linux.die.net/man/1/crontab)_ with Dotbot| | [crontab](https://github.com/codekansas/dotbot-crontab) | Dotbot interface for [python-crontab](https://pypi.org/project/python-crontab/) | | [crossplatform](https://github.com/msdrigg/dotbot-crossplatform) | Additional crossplatform support | @@ -22,6 +23,7 @@ | [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 | +| [include](https://gitlab.com/gnfzdz/dotbot-include/)| Include dotbot directives from another file | | [omnipkg](https://github.com/Code-Maniac/dotbot-omnipkg)| Install and upgrade apt-get, pacman, dnf and brew packages | | [pacaur](https://github.com/ajlende/dotbot-pacaur) | Install and upgrade pacman and AUR packages with pacaur | | [pamac](https://github.com/skwinnik/dotbot-pamac) | Install pamac packages |