From d86c0a6831106ee2ee7d3e389e29d8c0133c6652 Mon Sep 17 00:00:00 2001 From: Marco Sarti Date: Fri, 15 Nov 2024 12:24:42 +0100 Subject: [PATCH] Added sops plugin to the list --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 8acb182..23dc8f5 100644 --- a/Plugins.md +++ b/Plugins.md @@ -41,6 +41,7 @@ | [rust](https://github.com/alexcormier/dotbot-rust) | Install Rust, rustup components, and other Rust software using Cargo | | [scoop](https://github.com/JamJar00/dotbot-scoop) | Install [scoop](https://scoop.sh/) packages | | [snap](https://github.com/DrDynamic/dotbot-snap) | Install snap packages | +| [sops](https://github.com/elogiclab/dotbot-sops) | Allows you to decrypt files previously encrypted with sops | | [stow](https://github.com/timbedard/dotbot-stow) | Link files and directories with [GNU Stow](https://www.gnu.org/software/stow/) | | [sudo](https://github.com/DrDynamic/dotbot-sudo) | Run other directives as root | | [sync](https://github.com/j1r1k/dotbot-sync) | Synchronize files using rsync, optionally amending file permissions |