1
0
Fork 0
mirror of synced 2024-11-22 08:15:34 -05:00

Fix link to aptget plugin as this link does not point to any valid plugin anymore. Instead use forked repositoriy.

Oleg Karfich 2024-02-29 15:01:11 +01:00
parent 46b6b2a3f6
commit fe2ecd45ed

@ -4,7 +4,7 @@
|--------|-------------|
| [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) |
| [aptget](https://github.com/alegsan/dotbot-aptget.git) | 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 |
| [brew](https://github.com/wren/dotbot-brew) | Exceptionally fast plugin with `brew`, `cask`, `tap`, and `brewfile` support |