From e58c79a3c3caa05e656b1793708f41d1433774e5 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 18 Dec 2024 17:11:50 +0200 Subject: [PATCH] fix(dotbot): fix installer config --- install.conf.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install.conf.yaml b/install.conf.yaml index 4fec21a..d2d705c 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -35,10 +35,14 @@ glob: true relink: true path: config/* - exclude: [config/nvm] + exclude: [config/nvm, config/fzf] ~/.local/bin: glob: true path: local/bin/* + exclude: [local/bin/fzf] + ~/.local/fzf: + glob: true + path: config/fzf/* ~/.local/man: glob: true path: local/man/** @@ -55,5 +59,5 @@ - bash local/bin/dfm install all - pipx: file: tools/requirements-pipx.txt - stdout: false + stdout: true stderr: true