]> git.lizzy.rs Git - i3-setup.git/blob - install.sh
bc37e9a7b677322ea8a0211409b9029eb813be0b
[i3-setup.git] / install.sh
1 #! /bin/bash
2 sudo add-apt-repository -y ppa:regolith-linux/stable
3 sudo apt install -y i3-gaps feh picom batcat lolcat cowsay fortune zsh lua git
4
5 curl -L https://sw.kovidgoyal.net/kitty/installer.sh | bash
6 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
7
8 mkdir -p ~/bin/
9 cp cat ~/bin/
10
11 mkdir -p ~/.config/i3/
12 cp i3-config ~/.config/i3/config
13
14 mkdir -p ~/.config/kitty/
15 cp kitty.conf ~/.config/kitty/kitty.conf
16
17 mkdir -p ~/.config/
18 cp picom.conf ~/.config/picom.conf
19
20 mkdir -p ~/.oh-my-zsh/themes/
21 cp fleckenstein.zsh-theme ~/.oh-my-zsh/themes/fleckenstein.zsh-theme
22
23 mkdir -p ~/
24 cp zshrc ~/.zshrc
25
26 mkdir -p ~/
27 cp wallpaper.png ~/wallpaper.png