From 4ee47996cb48f51a2a52d64bc5cb0e8967522e59 Mon Sep 17 00:00:00 2001 From: Maximilian Knespel Date: Wed, 29 Mar 2023 11:39:26 +0200 Subject: [PATCH] Add fzf (#231) --- programs/fzf.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/fzf.json diff --git a/programs/fzf.json b/programs/fzf.json new file mode 100644 index 0000000..ebb52b5 --- /dev/null +++ b/programs/fzf.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.fzf", + "movable": true, + "help": "This has been added since 0.17.4. See https://github.com/junegunn/fzf/pull/1282 .\nReinstall from git with ```bash\n~/.fzf/uninstall\nrm -rf ~/.fzf\ngit clone --depth 1 https://github.com/junegunn/fzf.git $XDG_DATA_HOME/fzf\n$XDG_DATA_HOME/fzf/install --xdg\n```\n" + } + ], + "name": "fzf" +} -- 2.47.3