From c3fc0d9afddaabc098883ea064df89abb80bbc18 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 17 Jul 2021 16:39:28 -0500 Subject: style: unified shell command format --- install.conf.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'install.conf.yaml') 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 -- cgit v1.2.3-70-g09d2