1
0
Fork 0
mirror of synced 2024-11-22 16:25:34 -05:00

sort plugins, add dotbot-stow

Tim Bedard 2020-07-27 23:48:47 -05:00
parent f65b6e1b66
commit b6d9908925

@ -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) |
| [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 |