From 0c6d43285da8f23425002e53e39e33d9fc6a0b6f Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 15 Mar 2020 14:28:02 +0100 Subject: [PATCH] Change way to deploy zsh --- meta/configs/zsh.yaml | 50 +++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/meta/configs/zsh.yaml b/meta/configs/zsh.yaml index df7b663..fa37754 100644 --- a/meta/configs/zsh.yaml +++ b/meta/configs/zsh.yaml @@ -1,28 +1,28 @@ - link: ~/.zshenv: zsh/zshenv ~/.zshrc: zsh/zshrc -- shell: - - - command: ln -s $HOME/Dotfiles/meta/github/oh-my-zsh $HOME/.oh-my-zsh - stdout: true - - - command: ln -s $HOME/Dotfiles/zsh/custom/aliases.szh $HOME/.oh-my-zsh/custom/aliases.zsh - stdout: true - - - command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.szh $HOME/.oh-my-zsh/custom/zshrc.zsh - stdout: true - # ~/.oh-my-zsh: - # force: true - # path: meta/github/oh-my-zsh - # ~/.oh-my-zsh/custom/: - # glob: true - # force: false - # path: zsh/custom/* - # ~/.oh-my-zsh/custom/plugins/: - # glob: true - # force: false - # path: zsh/custom/plugins/* - # ~/.oh-my-zsh/custom/themes/: - # glob: true - # force: false - # path: zsh/custom/themes/* + ~/.oh-my-zsh: + force: true + path: meta/github/oh-my-zsh + ~/.oh-my-zsh/custom/: + glob: true + force: true + path: zsh/custom/* + ~/.oh-my-zsh/custom/plugins/: + glob: true + force: true + path: zsh/custom/plugins/* + ~/.oh-my-zsh/custom/themes/: + glob: true + force: true + path: zsh/custom/themes/* + #- shell: + # - + # command: ln -s $HOME/Dotfiles/meta/github/oh-my-zsh $HOME/.oh-my-zsh + # stdout: true + # - + # command: ln -s $HOME/Dotfiles/zsh/custom/aliases.szh $HOME/.oh-my-zsh/custom/aliases.zsh + # stdout: true + # - + # command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.szh $HOME/.oh-my-zsh/custom/zshrc.zsh + # stdout: true