Added installation script

This commit is contained in:
Kristofers Solo 2022-05-11 18:54:40 +03:00
parent 8397c5cc54
commit ca440f9f51
2 changed files with 13 additions and 0 deletions

13
install.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
git clone https://aur.archlinux.org/paru
cd paru
makepkg -si
cd ..
paru -Syu - < pkg-files/minimal.txt
cp -r .config ~
cp -r .local ~
cp .zshenv ~
git clone https://github.com/streetturtle/awesome-wm-widgets ~/.config/awesome

0
soloarch.sh Normal file → Executable file
View File