From 1182e1daf770f51a04b991c6112950588f3ac778 Mon Sep 17 00:00:00 2001 From: Michele Gerarduzzi Date: Sun, 22 Sep 2024 15:12:03 +0200 Subject: [PATCH] Switch from dog to doggo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dog has been disabled on Homebrew since it’s unmaintained. https://github.com/ogham/dog/issues/136 --- src/os/installs/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/installs/tools.sh b/src/os/installs/tools.sh index 3f740b0..b0fa51b 100755 --- a/src/os/installs/tools.sh +++ b/src/os/installs/tools.sh @@ -17,7 +17,7 @@ brew_install "coreutils" "coreutils" brew_install "curl" "curl" brew_install "difftastic" "difftastic" brew_install "direnv" "direnv" -brew_install "dog" "dog" +brew_install "doggo" "doggo" brew_install "duf" "duf" brew_install "duti" "duti" brew_install "eza" "eza"