From 1b2e8aee5c3d0c52ccc39b27632765d6e5103194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Sun, 11 Jun 2023 01:30:29 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Install=20Pngyu=20on=20macOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: https://github.com/nukesaq88/Pngyu --- src/os/installs/macos/image_tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os/installs/macos/image_tools.sh b/src/os/installs/macos/image_tools.sh index 874a5e860..939e2e081 100755 --- a/src/os/installs/macos/image_tools.sh +++ b/src/os/installs/macos/image_tools.sh @@ -11,3 +11,4 @@ print_in_purple "\n Image Tools\n\n" brew_install "GIMP" "gimp" "--cask" brew_install "ImageMagick" "imagemagick" brew_install "ImageOptim" "imageoptim" "--cask" +brew_install "Pngyu" "pngyu" "--cask"