sort table by plugin name (ascending)
parent
50a04ad3db
commit
c255aa5929
1 changed files with 9 additions and 9 deletions
18
Plugins.md
18
Plugins.md
|
@ -2,8 +2,8 @@
|
|||
|
||||
| Plugin | Description |
|
||||
|--------|-------------|
|
||||
| [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 |
|
||||
| [apt](https://github.com/bryant1410/dotbot-apt) | Install APT 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 |
|
||||
|
@ -11,30 +11,30 @@
|
|||
| [brewfile](https://github.com/sobolevn/dotbot-brewfile) | Install brew dependencies, bundle style |
|
||||
| [crontab-dotbot](https://github.com/fundor333/crontab-dotbot)| Manage _[crontab](https://linux.die.net/man/1/crontab)_ with Dotbot|
|
||||
| [crontab](https://github.com/codekansas/dotbot-crontab) | Dotbot interface for [python-crontab](https://pypi.org/project/python-crontab/) |
|
||||
| [crossplatform](https://github.com/msdrigg/dotbot-crossplatform) | Additional crossplatform support |
|
||||
| [duti](https://github.com/andrejreznik/dotbot-duti) | Instant customization of file associations (macOS) |
|
||||
| [eopkg](https://github.com/niklas-heer/dotbot-yaourt) | Install packages with eopkg (Solus) |
|
||||
| [flatpak](https://github.com/DrDynamic/dotbot-flatpak) | Install flatpak packages |
|
||||
| [ghe](https://github.com/fundor333/dotbot-gh-extension) | GH extension manager for DotBot |
|
||||
| [ghq](https://github.com/klane/dotbot-ghq) | Clone remote repositories with [ghq](https://github.com/motemen/ghq) |
|
||||
| [git](https://github.com/DrDynamic/dotbot-git) | Clone and pull git repositories |
|
||||
| [go](https://github.com/delicb/dotbot-golang) | Install and update GoLang packages |
|
||||
| [ifarch](https://github.com/ryansch/dotbot-ifarch) | Conditional execution of dotbot directives based on the local architecture |
|
||||
| [ifplatform](https://github.com/ssbanerje/dotbot-ifplatform) | Conditionally execute dotbot directives based on the system distribution |
|
||||
| [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) |
|
||||
| [pamac](https://github.com/skwinnik/dotbot-pamac) | Install pamac packages |
|
||||
| [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 |
|
||||
| [quark](https://github.com/madskjeldgaard/dotbot-quark) | Install SuperCollider packages (Quarks) |
|
||||
| [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 |
|
||||
| [snap](https://github.com/DrDynamic/dotbot-snap) | Install snap packages |
|
||||
| [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 |
|
||||
| [template](https://github.com/ssbanerje/dotbot-template) | Template files using Jinja |
|
||||
| [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 |
|
||||
| [sudo](https://github.com/DrDynamic/dotbot-sudo) | Run other directives as root |
|
||||
| [git](https://github.com/DrDynamic/dotbot-git) | Clone and pull git repositories |
|
||||
| [flatpak](https://github.com/DrDynamic/dotbot-flatpak) | Install flatpak packages |
|
||||
| [snap](https://github.com/DrDynamic/dotbot-snap) | Install snap packages |
|
||||
| [crossplatform](https://github.com/msdrigg/dotbot-crossplatform) | Additional crossplatform support |
|
||||
| [quark](https://github.com/madskjeldgaard/dotbot-quark) | Install SuperCollider packages (Quarks) |
|
||||
| [yum](https://gitlab.com/flyingchipmunk/dotbot-yum) | Install and update yum packages |
|
Loading…
Reference in a new issue