From: Elias Fleckenstein Date: Mon, 22 Nov 2021 09:42:21 +0000 (+0100) Subject: Add wallpaper and install fortune X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=c1ca26423e3eb079694650a5a89253974c2e2a53;p=i3-setup.git Add wallpaper and install fortune --- diff --git a/install.sh b/install.sh index 6c3cd0f..bc37e9a 100755 --- a/install.sh +++ b/install.sh @@ -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 zsh lua git +sudo apt install -y i3-gaps feh picom batcat 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)" @@ -22,3 +22,6 @@ cp fleckenstein.zsh-theme ~/.oh-my-zsh/themes/fleckenstein.zsh-theme mkdir -p ~/ cp zshrc ~/.zshrc + +mkdir -p ~/ +cp wallpaper.png ~/wallpaper.png diff --git a/wallpaper.png b/wallpaper.png new file mode 100644 index 0000000..4cb6153 Binary files /dev/null and b/wallpaper.png differ