From 47240e51f593f6d9729abe62540182a6752d64ad Mon Sep 17 00:00:00 2001 From: pancakes Date: Sat, 30 Mar 2024 21:35:07 +1000 Subject: [PATCH] Switch from river to river-git and swaylock to swaylock-effects-git --- README.md | 2 +- justfile | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f75e028..3e7abef 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ cd config just ``` -This config expects to be in ~/config and may break if it is not. For a list of packages that I use see my archinstall configs: [amida](https://trypancakes.com/arch/amida.json), [vlam](https://trypancakes.com/arch/vlam.json). On top of this I use the AUR packages: swww. You should run `just stow` before any of the `setup-` recipes through just. +This config expects to be in ~/config and may break if it is not. For a list of packages that I use see my archinstall configs: [amida](https://trypancakes.com/arch/amida.json), [vlam](https://trypancakes.com/arch/vlam.json). On top of this I use the AUR packages: [river-git](https://aur.archlinux.org/packages/river-git), [swaylock-effects-git](https://aur.archlinux.org/packages/swaylock-effects-git), [swww](https://aur.archlinux.org/packages/swww). You should run `just stow` before any of the `setup-` recipes through just. Each folder in the root of this repository functions as a module with files inside being stowed (symlinked) relative to `~`. For example, when stowing *river*, `river/.config/river/` is symlinked to `~/.config/river`, `river/.config/xdg-desktop-portal/river-portals.conf` to `~/.config/xdg-desktop-portal/river-portals.conf`, and `river/.config/xdg-desktop-portal-wlr/` to `~/.config/xdg-desktop-portal-wlr`. diff --git a/justfile b/justfile index 652be9d..fbc3021 100644 --- a/justfile +++ b/justfile @@ -38,6 +38,10 @@ setup-mpv: curl https://raw.githubusercontent.com/po5/thumbfast/master/thumbfast.lua -o ~/.config/mpv/scripts/thumbfast.lua curl -fsSL https://raw.githubusercontent.com/tomasklaen/uosc/HEAD/installers/unix.sh | bash +# Installs AUR packages for my WM setup +setup-river: + paru -S lswt river-git swaylock-effects-git swww + # Set ZSH as default shell and install plugins setup-shell: chsh -s /usr/bin/zsh