summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-17 16:39:28 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-17 16:39:28 -0500
commitc3fc0d9afddaabc098883ea064df89abb80bbc18 (patch)
treec5d5aa5413a8663f0c5a34e1659acd723137bf3f /install.conf.yaml
parent962aa2135bf3e377b81408a2aa405acf15ef8b55 (diff)
style: unified shell command format
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 12311ac..200d9cf 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -10,10 +10,14 @@
- clean: ["~"]
- shell:
- - [git submodule update --init --recursive, Installing submodules]
- - [yes | ./fzf/install --bin, Installing fzf]
- - [./bat/install bat, Installing bat]
- - [./cheat.sh/install, Installing cheat.sh]
+ - command: git submodule update --init --recursive
+ description: Installing submodules
+ - command: yes | ./fzf/install --bin
+ description: Installing fzf
+ - command: ./bat/install bat
+ description: Installing bat
+ - command: ./cheat.sh/install
+ description: Installing cheat.sh
- link:
~/.bashrc:
@@ -26,15 +30,11 @@
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
- stdout: true
- stderr: true
- command: gpg --import-ownertrust gnupg/trustfile.txt
description: Importing GPG trustfile
- stdout: true
- stderr: true
- command: if [ -n "${WSL_DISTRO_NAME+1}" ]; then ./wsl.install; fi
description: Checking for WSL
stdout: true