From 33a98d302795dea91f90b52693f04a820c765e6f Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Thu, 4 Jun 2020 18:33:56 +0200 Subject: better structure --- arch/aur | 9 +++++ arch/mainline | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/required | 17 +++++++++ pacman | 110 ---------------------------------------------------------- yay | 9 ----- 5 files changed, 136 insertions(+), 119 deletions(-) create mode 100644 arch/aur create mode 100644 arch/mainline create mode 100755 arch/required delete mode 100644 pacman delete mode 100644 yay diff --git a/arch/aur b/arch/aur new file mode 100644 index 0000000..9c45632 --- /dev/null +++ b/arch/aur @@ -0,0 +1,9 @@ +aerc +ccrypt +deluge-stable-git +mcrypt +pacmixer +pygtk +st +systemd-numlockontty +yay-bin diff --git a/arch/mainline b/arch/mainline new file mode 100644 index 0000000..6dd41f1 --- /dev/null +++ b/arch/mainline @@ -0,0 +1,110 @@ +alsa-utils +amd-ucode +arandr +asoundconf +atril +base +bc +chromium +cmake +dhcpcd +dialog +dmenu +efibootmgr +fakeroot +feh +firefox +fish +freeglut +gcc +gedit +git +glew +gparted +grub +htop +ledger +libgit2 +libtorrent +linux +linux-firmware +make +ncdu +neovim +netctl +networkmanager +nitrogen +nmap +openssh +p7zip +pass +patch +pavucontrol +pkgconf +pulseaudio +pwgen +python2 +python2-gobject2 +python2-service-identity +scrot +sdl +steam +task +tree +ttf-liberation +vi +vim +wget +which +wine +wqy-zenhei +xf86-video-vesa +xorg-bdftopcf +xorg-docs +xorg-font-util +xorg-fonts-100dpi +xorg-fonts-75dpi +xorg-fonts-encodings +xorg-iceauth +xorg-luit +xorg-mkfontscale +xorg-server +xorg-server-common +xorg-server-devel +xorg-server-xephyr +xorg-server-xnest +xorg-server-xvfb +xorg-server-xwayland +xorg-sessreg +xorg-setxkbmap +xorg-smproxy +xorg-x11perf +xorg-xauth +xorg-xbacklight +xorg-xcmsdb +xorg-xcursorgen +xorg-xdpyinfo +xorg-xdriinfo +xorg-xev +xorg-xgamma +xorg-xhost +xorg-xinit +xorg-xinput +xorg-xkbcomp +xorg-xkbevd +xorg-xkbutils +xorg-xkill +xorg-xlsatoms +xorg-xlsclients +xorg-xmodmap +xorg-xpr +xorg-xprop +xorg-xrandr +xorg-xrdb +xorg-xrefresh +xorg-xset +xorg-xsetroot +xorg-xvinfo +xorg-xwd +xorg-xwininfo +xorg-xwud diff --git a/arch/required b/arch/required new file mode 100755 index 0000000..77251fc --- /dev/null +++ b/arch/required @@ -0,0 +1,17 @@ +#!/bin/bash +# run as root +pacman -S --needed - < mainline + +useradd tom +mkdir /home/tom + +mkdir /home/tom/yay +git clone https://aur.archlinux.org/yay-bin.git /home/tom/yay + +chown tom:tom -R /home/tom + +cd /home/tom/yay && sudo -u tom makepkg -si --noconfirm + +sudo -u tom yay -Syu --noconfirm + +sudo -u tom yay -S --needed - < aur diff --git a/pacman b/pacman deleted file mode 100644 index 6dd41f1..0000000 --- a/pacman +++ /dev/null @@ -1,110 +0,0 @@ -alsa-utils -amd-ucode -arandr -asoundconf -atril -base -bc -chromium -cmake -dhcpcd -dialog -dmenu -efibootmgr -fakeroot -feh -firefox -fish -freeglut -gcc -gedit -git -glew -gparted -grub -htop -ledger -libgit2 -libtorrent -linux -linux-firmware -make -ncdu -neovim -netctl -networkmanager -nitrogen -nmap -openssh -p7zip -pass -patch -pavucontrol -pkgconf -pulseaudio -pwgen -python2 -python2-gobject2 -python2-service-identity -scrot -sdl -steam -task -tree -ttf-liberation -vi -vim -wget -which -wine -wqy-zenhei -xf86-video-vesa -xorg-bdftopcf -xorg-docs -xorg-font-util -xorg-fonts-100dpi -xorg-fonts-75dpi -xorg-fonts-encodings -xorg-iceauth -xorg-luit -xorg-mkfontscale -xorg-server -xorg-server-common -xorg-server-devel -xorg-server-xephyr -xorg-server-xnest -xorg-server-xvfb -xorg-server-xwayland -xorg-sessreg -xorg-setxkbmap -xorg-smproxy -xorg-x11perf -xorg-xauth -xorg-xbacklight -xorg-xcmsdb -xorg-xcursorgen -xorg-xdpyinfo -xorg-xdriinfo -xorg-xev -xorg-xgamma -xorg-xhost -xorg-xinit -xorg-xinput -xorg-xkbcomp -xorg-xkbevd -xorg-xkbutils -xorg-xkill -xorg-xlsatoms -xorg-xlsclients -xorg-xmodmap -xorg-xpr -xorg-xprop -xorg-xrandr -xorg-xrdb -xorg-xrefresh -xorg-xset -xorg-xsetroot -xorg-xvinfo -xorg-xwd -xorg-xwininfo -xorg-xwud diff --git a/yay b/yay deleted file mode 100644 index 9c45632..0000000 --- a/yay +++ /dev/null @@ -1,9 +0,0 @@ -aerc -ccrypt -deluge-stable-git -mcrypt -pacmixer -pygtk -st -systemd-numlockontty -yay-bin -- cgit v1.2.3