From fe2ecd45edb541c9a8b94c4a15a9743a025d51bb Mon Sep 17 00:00:00 2001 From: Oleg Karfich <42956589+alegsan@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:01:11 +0100 Subject: [PATCH] Fix link to `aptget` plugin as this link does not point to any valid plugin anymore. Instead use forked repositoriy. --- Plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index f0c1cf8..37ce91c 100644 --- a/Plugins.md +++ b/Plugins.md @@ -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 |