aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--install.conf.yaml18
1 files changed, 5 insertions, 13 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 39f448b..f4d1d03 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -6,24 +6,16 @@
- clean: ["~"]
+- shell:
+ - [git submodule update --init --recursive, Installing submodules]
+ - [./fzf/install --no-update-rc, Installing fzf]
+
- link:
~/.zsh:
~/.zshrc:
~/.zprofile:
~/.p10k.zsh:
~/.gitconfig:
- ~/.ssh/config:
+ ~/.ssh/config:
path: ssh/config
force: false
-
-- shell:
- - command: git submodule update --init --recursive
- description: Installing submodules
- quiet: true
- stdout: true
- stderr: true
- - command: ./fzf/install --bin
- description: Installing fzf
- quiet: true
- stdout: true
- stderr: true \ No newline at end of file