Skip to content

Instantly share code, notes, and snippets.

@wataash
Last active May 10, 2017 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wataash/61aa4c1d308a513b6bb14ebb3d28af96 to your computer and use it in GitHub Desktop.
Save wataash/61aa4c1d308a513b6bb14ebb3d28af96 to your computer and use it in GitHub Desktop.

Of course fzf runs on NetBSD.

sudo pkgin install go ncurses
git clone https://github.com/junegunn/fzf.git
env CGO_CPPFLAGS='-I/usr/pkg/include -I/usr/pkg/include/ncurses' CGO_LDFLAGS='-L/usr/pkg/lib -R/usr/pkg/lib' fzf/install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment