Skip to content

Commit

Permalink
💥 Remove GIMP
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Dec 4, 2023
1 parent 10a3a86 commit 777a32f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/os/installs/macos/image_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \

print_in_purple "\n Image Tools\n\n"

brew_install "GIMP" "gimp" "--cask"
brew_install "ImageMagick" "imagemagick"
brew_install "ImageOptim" "imageoptim" "--cask"
brew_install "pngquant" "pngquant"
1 change: 0 additions & 1 deletion src/os/installs/ubuntu/image_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" \

print_in_purple "\n Image Tools\n\n"

install_package "GIMP" "gimp"
install_package "ImageMagick" "imagemagick"

0 comments on commit 777a32f

Please sign in to comment.