diff --git a/pkg-files/minimal.txt b/pkg-files/minimal.txt index 94c1eea8..187637ea 100644 --- a/pkg-files/minimal.txt +++ b/pkg-files/minimal.txt @@ -13,6 +13,7 @@ feh ffmpegthumbnailer firefox imagemagick +opendoas poppler pulsemixer python-pip diff --git a/pkg-files/pacman-pkgs.txt b/pkg-files/pacman-pkgs.txt index 501c8eae..6df7be41 100644 --- a/pkg-files/pacman-pkgs.txt +++ b/pkg-files/pacman-pkgs.txt @@ -84,6 +84,7 @@ odt2txt okular openbsd-netcat opendesktop-fonts +opendoas os-prober perl-font-ttf pipewire-alsa diff --git a/soloarch.sh b/soloarch.sh new file mode 100644 index 00000000..1e66eac1 --- /dev/null +++ b/soloarch.sh @@ -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 ~ \ No newline at end of file