summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml2
1 files changed, 1 insertions, 1 deletions
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