Fix batcat package name, pass environment variables to apt (for HTTP proxy)

This commit is contained in:
Elias Fleckenstein 2021-11-22 10:58:13 +01:00
parent 2a14dea3b0
commit 296e482eda
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2

View File

@ -1,6 +1,6 @@
#! /bin/bash
sudo add-apt-repository -y ppa:regolith-linux/stable
sudo apt install -y i3-gaps feh picom batcat lolcat cowsay fortune zsh lua git
sudo -E add-apt-repository -y ppa:regolith-linux/stable
sudo -E apt install -y i3-gaps feh picom bat lolcat cowsay fortune zsh lua git
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"