Skip to main content

installers/install-fzf

1#!/usr/bin/env bash
2# This installs the latest version of fzf, a command-line fuzzy finder
3#
4# See https://github.com/junegunn/fzf
6set -o errexit
7set -o nounset
9_install-github-bin junegunn/fzf