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