clipboard history + no aur
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user