mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
359cc044b2
neovim: lsp: add ansiblels chore: cleanup shebang (remove 'sh -e' pattern)
10 lines
149 B
Bash
Executable File
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 ..
|