Install imagemagick package for image display in terminal

This commit is contained in:
Elias Fleckenstein 2021-11-22 11:15:39 +01:00
parent 4ef4388363
commit dcee4c4c0b
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2

View File

@ -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)"