clipboard history + no aur

This commit is contained in:
2026-06-20 08:38:19 -05:00
parent c882436498
commit 5e9e9f8599
4 changed files with 19 additions and 9 deletions
+11 -4
View File
@@ -1,14 +1,13 @@
default:
just --list
init-arch: install-aur install-arch stow
init-arch: install-arch stow build-wayfreeze
install-arch:
@echo "installing pkgs"
sudo pacman -S --needed --noconfirm - < packages-arch
@echo "Done. Moving onto aur..."
yay -S --noconfirm wayfreeze
# optional now. Stinkers in the aur scare me!
install-aur:
sudo pacman -S --noconfirm debugedit fakeroot go make gcc
git clone https://aur.archlinux.org/yay.git /tmp/yay
@@ -36,4 +35,12 @@ setup-displays:
mv mute ~/.config/
restow:
stow -R -t ~/.config config
stow -R -t ~/.config config
# builds
build-wayfreeze:
rm -rf /tmp/wayfreeze
git clone https://github.com/Jappie3/wayfreeze.git /tmp/wayfreeze
cd /tmp/wayfreeze && cargo build --release
sudo mv /tmp/wayfreeze/target/release/wayfreeze /opt/bin/wayfreeze