This commit is contained in:
Solomon Laing 2025-06-02 17:04:56 +09:30
parent f35bf071e2
commit e65c90de7a

5
arch/runs/fzf Executable file
View File

@ -0,0 +1,5 @@
#!/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