mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Added installation script
This commit is contained in:
parent
7efb6f148c
commit
129162d1ac
@ -13,6 +13,7 @@ feh
|
||||
ffmpegthumbnailer
|
||||
firefox
|
||||
imagemagick
|
||||
opendoas
|
||||
poppler
|
||||
pulsemixer
|
||||
python-pip
|
||||
|
||||
@ -84,6 +84,7 @@ odt2txt
|
||||
okular
|
||||
openbsd-netcat
|
||||
opendesktop-fonts
|
||||
opendoas
|
||||
os-prober
|
||||
perl-font-ttf
|
||||
pipewire-alsa
|
||||
|
||||
12
soloarch.sh
Normal file
12
soloarch.sh
Normal 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 ~
|
||||
Loading…
Reference in New Issue
Block a user