From 1eb436ea8302d0e9a4608f5be720c1d69de7a653 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 8 Sep 2021 14:35:06 -0500 Subject: fix: fixed fzf installer --- install.conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.conf.yaml') diff --git a/install.conf.yaml b/install.conf.yaml index 1d1c3c3..85e607b 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -12,7 +12,7 @@ - shell: - command: git submodule update --init --recursive description: Installing submodules - - command: if [ ! -f "~/.fzf/install" ]; then git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; fi && yes | ~/.fzf/install --bin + - command: if [ ! -f "${HOME}/.fzf/install" ]; then git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf; fi && yes | ~/.fzf/install --bin description: installing fzf - command: ./bat/install bat description: Installing bat -- cgit v1.2.3-70-g09d2