]> git.lizzy.rs Git - i3-setup.git/commitdiff
Install imagemagick package for image display in terminal
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 10:15:39 +0000 (11:15 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 10:15:39 +0000 (11:15 +0100)
install.sh

index 1abf7d8a7f90d54462a7816e95d9446b5a00f3ba..b86feeba626be450ccfc4dd2583e0ea875c042ad 100755 (executable)
@@ -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)"