summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-19 13:59:21 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-19 13:59:21 -0500
commitf64962ee01f23b2edfa33baa751f3126aef7472e (patch)
tree9f965a44aaa1f648f2ac8462c2a0adca4975125c /install.conf.yaml
parentc5c38de5d2d627771b889cc9c21aa39797523f16 (diff)
feat: moved from git submodules to curl and git
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml6
1 files changed, 3 insertions, 3 deletions
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