From b6d9908925555cf72faa784fd4a5259a2d47615a Mon Sep 17 00:00:00 2001 From: Tim Bedard Date: Mon, 27 Jul 2020 23:48:47 -0500 Subject: [PATCH] sort plugins, add dotbot-stow --- Plugins.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/Plugins.md b/Plugins.md index a623ba5..591d4e6 100644 --- a/Plugins.md +++ b/Plugins.md @@ -2,23 +2,24 @@ | Plugin | Description | |--------|-------------| -| [apt](https://github.com/bryant1410/dotbot-apt) | Instal APT packages | +| [apt](https://github.com/bryant1410/dotbot-apt) | Install APT packages | | [apt-get](https://github.com/rubenvereecken/dotbot-apt-get) | Install and upgrade apt-get packages | +| [aptget](https://github.com/dein0s/dotbot_plugin_aptget) | Install and upgrade apt-get packages (with some love to `apt` python module) | | [asdf](https://github.com/sobolevn/dotbot-asdf) | Install asdf plugins | | [brew](https://github.com/d12frosted/dotbot-brew) | Install brew and caskroom packages + brewfile support | | [brewfile](https://github.com/sobolevn/dotbot-brewfile) | Install brew dependencies, bundle style | -| [quicklisp](https://gitlab.com/RoGryza/dotbot-quicklisp) | Install quicklisp packages | -| [yaourt](https://github.com/niklas-heer/dotbot-yaourt) | Install packages with yaourt (Arch) | -| [pacaur](https://github.com/ajlende/dotbot-pacaur) | Install and upgrade pacman and AUR packages with pacaur | -| [yay](https://github.com/oxson/dotbot-yay) | Install packages with yay (Arch) | -| [pip](https://github.com/sobolevn/dotbot-pip) | Install pip and pipsi dependencies | -| [xbps](https://github.com/m-wynn/dotbot-xbps) | Install and upgrade packages with xbps (Void Linux) | -| [rust](https://github.com/alexcormier/dotbot-rust) | Install Rust, rustup components, and other Rust software using Cargo | -| [sync](https://github.com/j1r1k/dotbot-sync) | Synchronize files using rsync, optionally amending file permissions | -| [eopkg](https://github.com/niklas-heer/dotbot-yaourt) | Install packages with eopkg (Solus) | -| [aptget](https://github.com/dein0s/dotbot_plugin_aptget) | Install and upgrade apt-get packages (with some love to ```apt``` python module) | -| [yum](https://gitlab.com/flyingchipmunk/dotbot-yum) | Install and update yum packages | -| [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages | -| [vscode](https://github.com/hujianxin/dotbot-vscode) | Install, Uninstall, Sync extensions of Visual Studio Code | | [duti](https://github.com/andrejreznik/dotbot-duti) | Instant customization of file associations (macOS) | -| [ghq](https://github.com/klane/dotbot-ghq) | Clone remote repositories with [ghq](https://github.com/motemen/ghq) | \ No newline at end of file +| [eopkg](https://github.com/niklas-heer/dotbot-yaourt) | Install packages with eopkg (Solus) | +| [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 | +| [pip](https://github.com/sobolevn/dotbot-pip) | Install pip and pipsi dependencies | +| [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 | +| [stow](https://github.com/timbedard/dotbot-stow) | Link files and directories with [GNU Stow](https://www.gnu.org/software/stow/) | +| [sync](https://github.com/j1r1k/dotbot-sync) | Synchronize files using rsync, optionally amending file permissions | +| [vscode](https://github.com/hujianxin/dotbot-vscode) | Install, Uninstall, Sync extensions of Visual Studio Code | +| [xbps](https://github.com/m-wynn/dotbot-xbps) | Install and upgrade packages with xbps (Void Linux) | +| [yaourt](https://github.com/niklas-heer/dotbot-yaourt) | Install packages with yaourt (Arch) | +| [yay](https://github.com/oxson/dotbot-yay) | Install packages with yay (Arch) | +| [yum](https://gitlab.com/flyingchipmunk/dotbot-yum) | Install and update yum packages |