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

11 lines
190 B
Bash
Executable File

#!/bin/sh
# Needs musl-fts, ncurses-devel
git clone https://github.com/FollieHiyuki/nnn.git
cd nnn
LDLIBS=-lfts make O_NERD=1 O_NOBATCH=1 O_GITSTATUS=1 PREFIX=$HOME/.local install
cd ..