From 1fb68a4a631790194e226148ea5ef4aace7660d3 Mon Sep 17 00:00:00 2001 From: fourtwenty <52255055+vanduc2514@users.noreply.github.com> Date: Sun, 21 Jan 2024 23:15:53 +0700 Subject: [PATCH] I created a dotbot plugin to include other configuration files to the main config file after taking the inspiration of advanced dotbot setup and would like to mention it in the Plugins page. Could you take a look at the repository and see if it's possible ? --- Plugins.md => Add-custom-plugin-to-Plugins-List.md | 1 + 1 file changed, 1 insertion(+) rename Plugins.md => Add-custom-plugin-to-Plugins-List.md (97%) diff --git a/Plugins.md b/Add-custom-plugin-to-Plugins-List.md similarity index 97% rename from Plugins.md rename to Add-custom-plugin-to-Plugins-List.md index 5bf08c2..f0c1cf8 100644 --- a/Plugins.md +++ b/Add-custom-plugin-to-Plugins-List.md @@ -27,6 +27,7 @@ | [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 | +| [includes](https://github.com/vanduc2514/dotbot-includes/)| Include other dotbot configuration files | | [librewolf](https://gitlab.com/paulbecker/dotbot_plugin_librewolf) | Configure your Librewolf profile(s) | | [nixenv](https://github.com/DanTheMinotaur/dotbot-nix-env) | Install packages using nix-env | | [omnipkg](https://github.com/Code-Maniac/dotbot-omnipkg)| Install and upgrade apt-get, pacman, dnf and brew packages |