From 0c5604bb1f0a785d5e2a7d44322228b1e0b6c51b Mon Sep 17 00:00:00 2001 From: Michael Del Rosario <51274850+michaelray27@users.noreply.github.com> Date: Sat, 20 Feb 2021 14:48:25 -0500 Subject: [PATCH] Add dotbot-paru plugin --- Plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins.md b/Plugins.md index 9da2530..04f0748 100644 --- a/Plugins.md +++ b/Plugins.md @@ -14,6 +14,7 @@ | [ghq](https://github.com/klane/dotbot-ghq) | Clone remote repositories with [ghq](https://github.com/motemen/ghq) | | [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages | | [pacaur](https://github.com/ajlende/dotbot-pacaur) | Install and upgrade pacman and AUR packages with pacaur | +| [paru](https://github.com/michaelray27/dotbot-paru) | Install packages with paru (Arch Linux) | | [pip](https://github.com/sobolevn/dotbot-pip) | Install pip dependencies with pipx | | [quicklisp](https://gitlab.com/RoGryza/dotbot-quicklisp) | Install quicklisp packages | | [rust](https://github.com/alexcormier/dotbot-rust) | Install Rust, rustup components, and other Rust software using Cargo |