From f64962ee01f23b2edfa33baa751f3126aef7472e Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 19 Jul 2021 13:59:21 -0500 Subject: feat: moved from git submodules to curl and git --- install.conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.conf.yaml') diff --git a/install.conf.yaml b/install.conf.yaml index 200d9cf..1d1c3c3 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -12,8 +12,8 @@ - shell: - command: git submodule update --init --recursive description: Installing submodules - - command: yes | ./fzf/install --bin - description: Installing fzf + - command: if [ ! -f "~/.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 - command: ./cheat.sh/install @@ -30,7 +30,7 @@ path: gnupg/*.conf - shell: - # ISSUE #1 Fails to import key inside of WSL2 + # ISSUE #1 Fails to import key inside of WSL2 - command: gpg --keyserver hkps://keys.openpgp.org --recv-key 0xC8F6E06F5C8E2634 description: Getting GPG public key - command: gpg --import-ownertrust gnupg/trustfile.txt -- cgit v1.2.3-70-g09d2