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/zkc.sh

10 lines
149 B
Bash
Raw Permalink Normal View History

#!/bin/sh
2021-06-22 00:42:03 +02:00
# You need sqlite-devel
git clone https://git.sr.ht/~fancycade/zkc
cd zkc
meson build --prefix=$HOME/.local
ninja -C build install
cd ..