From be7b2041f739348a8060be387f94525cc495ee05 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 15 Mar 2020 15:21:28 +0100 Subject: [PATCH] Update own zsh conf --- meta/configs/zsh.yaml | 47 +++++++++++++++++++++++-------------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/meta/configs/zsh.yaml b/meta/configs/zsh.yaml index 64d60b9..ec45f26 100644 --- a/meta/configs/zsh.yaml +++ b/meta/configs/zsh.yaml @@ -4,25 +4,28 @@ ~/.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/* - #- 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/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/* +- shell: + - + 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 + - + command: ln -s $HOME/Dotfiles/zsh/custom/plugins $HOME/.oh-my-zsh/custom/plugins + stdout: true + - + command: ln -s $HOME/Dotfiles/zsh/custom/themes $HOME/.oh-my-zsh/custom/themes + stdout: true