6 lines
148 B
Bash
6 lines
148 B
Bash
|
#!/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"
|