aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 2cf59ce..78375f1 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -12,7 +12,6 @@
- [./bat/install bat, Installing bat]
- link:
- ~/.profile:
~/.bashrc:
~/.zshrc:
~/.p10k.zsh:
@@ -24,6 +23,9 @@
path: gnupg/*.conf
- shell:
- - [gpg --keyserver hkps://keys.openpgp.org --recv-key 0xC8F6E06F5C8E2634, Getting GPG public key]
+ - [
+ gpg --keyserver hkps://keys.openpgp.org --recv-key 0xC8F6E06F5C8E2634,
+ Getting GPG public key,
+ ]
- [gpg --import-ownertrust gnupg/trustfile.txt, Importing GPG trustfile]
- - ["[ -n \"${WSL_DISTRO_NAME+1}\" ] && ./wsl.install || echo ''"] \ No newline at end of file
+ - ['[ -n "${WSL_DISTRO_NAME+1}" ] && ./wsl.install || :']