Added installation script

This commit is contained in:
Kristofers Solo 2022-05-11 18:27:35 +03:00
parent 7efb6f148c
commit 129162d1ac
3 changed files with 14 additions and 0 deletions

View File

@ -13,6 +13,7 @@ feh
ffmpegthumbnailer
firefox
imagemagick
opendoas
poppler
pulsemixer
python-pip

View File

@ -84,6 +84,7 @@ odt2txt
okular
openbsd-netcat
opendesktop-fonts
opendoas
os-prober
perl-font-ttf
pipewire-alsa

12
soloarch.sh Normal file
View File

@ -0,0 +1,12 @@
#!/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 ~