#!/usr/bin/env bash command -v fzf > /dev/null && exit 0 git clone --depth 1 https://github.com/junegunn/fzf.git "$HOME/.fzf" "$HOME/.fzf/install"