From dcee4c4c0bfd5b9402ceb390470999d2f18589a4 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 22 Nov 2021 11:15:39 +0100 Subject: [PATCH] Install imagemagick package for image display in terminal --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1abf7d8..b86feeb 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #! /bin/bash sudo -E add-apt-repository -y ppa:regolith-linux/stable -sudo -E apt install -y i3-gaps feh picom bat lolcat cowsay fortune zsh lua5.3 git +sudo -E apt install -y i3-gaps feh picom bat lolcat cowsay fortune zsh lua5.3 git imagemagick curl -L https://sw.kovidgoyal.net/kitty/installer.sh | bash sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -- 2.44.0