6 lines
162 B
Bash
Executable File
6 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git clone https://github.com/junegunn/fzf "$HOME/repos/github.com/junegunn/fzf"
|
|
cd "$HOME/repos/github.com/junegunn/fzf" || exit 1
|
|
./install
|