We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fee754 commit d11cb84Copy full SHA for d11cb84
install.sh
@@ -27,10 +27,10 @@ if [[ "$TERM_PROGRAM" == "iTerm.app" ]]; then
27
fi
28
29
30
-# Installing imgcat if using kitty
+# Installing magick if using kitty
31
if [[ "$TERM" == "xterm-kitty" ]]; then
32
if [[ ! $(which magick) ]]; then
33
- curl https://imagemagick.org/archive/binaries/magick -o /usr/local/bin/magick
+ curl -sS https://imagemagick.org/archive/binaries/magick -o /usr/local/bin/magick
34
chmod +x /usr/local/bin/magick
35
echo "Installed magick"
36
0 commit comments