From 0654578788352316d077bcfc43f652226cee00db Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 15 Mar 2020 15:36:53 +0100 Subject: [PATCH] Update zsh conf --- meta/configs/zsh.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta/configs/zsh.yaml b/meta/configs/zsh.yaml index ec45f26..545b951 100644 --- a/meta/configs/zsh.yaml +++ b/meta/configs/zsh.yaml @@ -23,9 +23,15 @@ - command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.szh $HOME/.oh-my-zsh/custom/zshrc.zsh stdout: true + - + command: rm -rf $HOME/.oh-my-zsh/custom/plugins + stdout: true - command: ln -s $HOME/Dotfiles/zsh/custom/plugins $HOME/.oh-my-zsh/custom/plugins stdout: true + - + command: rm -rf $HOME/.oh-my-zsh/custom/themes + stdout: true - command: ln -s $HOME/Dotfiles/zsh/custom/themes $HOME/.oh-my-zsh/custom/themes stdout: true