From 7cc660941cadd96cf2fa3e227139a763f2fbb4bf Mon Sep 17 00:00:00 2001 From: Scott Driggers Date: Wed, 1 Sep 2021 19:39:14 -0400 Subject: [PATCH] I wrote a small plugin to add some crossplatform linking support specifically on windows. I would appreciate if you added the plugin to the list --- Plugins.md => Adding-crossplatform-plugin.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename Plugins.md => Adding-crossplatform-plugin.md (96%) diff --git a/Plugins.md b/Adding-crossplatform-plugin.md similarity index 96% rename from Plugins.md rename to Adding-crossplatform-plugin.md index 58b3475..1e59d0e 100644 --- a/Plugins.md +++ b/Adding-crossplatform-plugin.md @@ -30,4 +30,5 @@ | [sudo](https://github.com/DrDynamic/dotbot-sudo) | Run other directives as root | | [git](https://github.com/DrDynamic/dotbot-git) | Clone and pull git repositories | | [flatpak](https://github.com/DrDynamic/dotbot-flatpak) | Install flatpak packages | -| [snap](https://github.com/DrDynamic/dotbot-snap) | Install snap packages | \ No newline at end of file +| [snap](https://github.com/DrDynamic/dotbot-snap) | Install snap packages | +| [crossplatform](https://github.com/msdrigg/dotbot-crossplatform) | Additional crossplatform support | \ No newline at end of file