created installer files; copied yay-installer from The_miro/Dotfiles.git

master
The_miro 2026-03-27 10:37:58 +01:00
parent 1d5beee242
commit 34ca605c2e
2 changed files with 15 additions and 0 deletions

0
install-deps.sh Executable file
View File

15
yay-installer.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
echo "Installing yay"
cd ~
mkdir install-tmp
cd install-tmp
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd ~/install-tmp
git clone https://github.com/leahneukirchen/nq.git
cd nq
sudo make install