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
Executable File

#!/bin/sh
# You need sqlite-devel
git clone https://git.sr.ht/~fancycade/zkc
cd zkc
meson build --prefix=$HOME/.local
ninja -C build install
cd ..