summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-11 13:47:16 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-11 13:47:16 -0500
commitb9de0b04f56d7f54ced14231db0599d5adc2bef6 (patch)
tree863ab04f9f38b44cd33608f70b77edc88880744b /install.conf.yaml
parentb6b824f52889f73c8b06a43dd8d61fef7de1f51d (diff)
feat: added wsl.install to dotbot install
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index cccb598..5c1c2de 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -11,6 +11,7 @@
- [yes | ./fzf/install --bin, Installing fzf]
- link:
+ ~/.profile:
~/.zshrc:
~/.p10k.zsh:
~/.gitconfig:
@@ -22,4 +23,5 @@
- shell:
- [gpg --keyserver hkps://keys.openpgp.org --recv-key 0xC8F6E06F5C8E2634, Getting GPG public key]
- - [gpg --import-ownertrust gnupg/trustfile.txt, Importing GPG trustfile] \ No newline at end of file
+ - [gpg --import-ownertrust gnupg/trustfile.txt, Importing GPG trustfile]
+ - ["[ -n \"${WSL_DISTRO_NAME+1}\" ] && ./wsl.install"] \ No newline at end of file