Skip to content

Commit 47c3b8c

Browse files
committed
add gifsicle
Create, manipulate, and optimize GIF images and animations
1 parent e469b52 commit 47c3b8c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

macsetup.sh

+9
Original file line numberDiff line numberDiff line change
@@ -3524,6 +3524,15 @@ if [[ "$(isCLAppInstalled ghunt)" = "false" ]]; then
35243524
ghunt login
35253525
fi
35263526

3527+
#
3528+
# gifsicle
3529+
#
3530+
# Create, manipulate, and optimize GIF images and animations
3531+
#
3532+
# https://github.com/kohler/gifsicle
3533+
#
3534+
installkeg gifsicle
3535+
35273536
#
35283537
# gsed
35293538
#

0 commit comments

Comments
 (0)