summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-09-08 14:35:06 -0500
committerToby Vincent <tobyv13@gmail.com>2021-09-08 14:35:06 -0500
commit1eb436ea8302d0e9a4608f5be720c1d69de7a653 (patch)
tree545802970360c49be953d03e679e6b0fb5ed9dcd /install.conf.yaml
parent8c16029d554250097ec7c0f159727184d3450668 (diff)
fix: fixed fzf installer
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