We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017f4c1 commit c85b206Copy full SHA for c85b206
macsetup.sh
@@ -3342,19 +3342,22 @@ displaySection "Command line tools"
3342
installkeg alexjs
3343
3344
#
3345
-# Asciinema + svg-term-cli
+# Asciinema + svg-term-cli + agg
3346
3347
# Terminal session recorder
3348
# Convert tool for asciicast to animated SVG
3349
+# asciinema gif generator
3350
3351
# https://github.com/asciinema/asciinema
3352
# https://github.com/marionebl/svg-term-cli
3353
+# https://github.com/asciinema/agg
3354
3355
if [[ "$(isCLAppInstalled asciinema)" = "false" ]]; then
3356
installkeg asciinema
3357
asciinema auth
3358
pausethescript "Authenticate with asciinema before continuing the installation script."
3359
installNodePackages svg-term-cli
3360
+ installkeg agg
3361
fi
3362
3363
0 commit comments