Skip to content

Commit

Permalink
add gifsicle
Browse files Browse the repository at this point in the history
Create, manipulate, and optimize GIF images and animations
  • Loading branch information
fharper committed Sep 5, 2024
1 parent e469b52 commit 47c3b8c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions macsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3524,6 +3524,15 @@ if [[ "$(isCLAppInstalled ghunt)" = "false" ]]; then
ghunt login
fi

#
# gifsicle
#
# Create, manipulate, and optimize GIF images and animations
#
# https://github.com/kohler/gifsicle
#
installkeg gifsicle

#
# gsed
#
Expand Down

0 comments on commit 47c3b8c

Please sign in to comment.