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

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