This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/setup/river.sh

15 lines
282 B
Bash
Executable File

#!/bin/sh
# Need wlroots-devel to build
git clone https://github.com/ifreund/river.git
cd river
echo "Initialize submodules"
git submodule update --init --recursive
echo "Install river"
zig build -Drelease-safe -Dxwayland --prefix $HOME/.local install
rm -rv ~/.local/etc
cd ..