]> git.lizzy.rs Git - i3-setup.git/commitdiff
Add wallpaper and install fortune
authorElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 09:42:21 +0000 (10:42 +0100)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Mon, 22 Nov 2021 09:42:21 +0000 (10:42 +0100)
install.sh
wallpaper.png [new file with mode: 0644]

index 6c3cd0f0e19658e40dd7a25ab3a3cb406e3623f7..bc37e9a7b677322ea8a0211409b9029eb813be0b 100755 (executable)
@@ -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 (file)
index 0000000..4cb6153
Binary files /dev/null and b/wallpaper.png differ