From cdf58dd65292a7a5f7a66b0ad9edfa006bfc59f2 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Mon, 10 Aug 2020 12:45:33 +0200 Subject: [PATCH] Update --- meta/configs/zim.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/configs/zim.yaml b/meta/configs/zim.yaml index 9a805f5..daae36b 100644 --- a/meta/configs/zim.yaml +++ b/meta/configs/zim.yaml @@ -2,9 +2,11 @@ - command: '/bin/bash -c "curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/src/templates/zshenv https://raw.githubusercontent.com/zimfw/install/master/src/templates/zshrc https://raw.githubusercontent.com/zimfw/install/master/src/templates/zlogin https://raw.githubusercontent.com/zimfw/install/master/src/templates/zimrc -o $HOME/.zshenv -o $HOME/.zshrc -o $HOME/.zlogin -o $HOME/.zimrc"' # stdout: true description: Getting dotfiles for Zsh IMproved FrameWork + - command: '[[ ! -d "$HOME/.zim" ]] && mkdir "$HOME/.zim" ; /bin/bash -c "curl -fsSL https://github.com/zimfw/zimfw/releases/latest/download/zimfw.zsh -o $HOME/.zim/zimfw.zsh"' # stdout: true description: Creating and getting zim dir and installation file + - command: '/bin/bash -c "$(which zsh) $HOME/.zim/zimfw.zsh install"' # stdin: true # stdout: true