FollieHiyuki-dotfiles/setup/zkc.sh
FollieHiyuki 359cc044b2
neovim + chore
neovim: lsp: add ansiblels
chore: cleanup shebang (remove 'sh -e' pattern)
2021-10-18 13:28:27 +07:00

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 ..