Change way to deploy zsh

This commit is contained in:
Jeff Lance 2020-03-15 14:28:02 +01:00
parent 60792b0786
commit 0c6d43285d

View File

@ -1,28 +1,28 @@
- link: - link:
~/.zshenv: zsh/zshenv ~/.zshenv: zsh/zshenv
~/.zshrc: zsh/zshrc ~/.zshrc: zsh/zshrc
- shell: ~/.oh-my-zsh:
- force: true
command: ln -s $HOME/Dotfiles/meta/github/oh-my-zsh $HOME/.oh-my-zsh path: meta/github/oh-my-zsh
stdout: true ~/.oh-my-zsh/custom/:
- glob: true
command: ln -s $HOME/Dotfiles/zsh/custom/aliases.szh $HOME/.oh-my-zsh/custom/aliases.zsh force: true
stdout: true path: zsh/custom/*
- ~/.oh-my-zsh/custom/plugins/:
command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.szh $HOME/.oh-my-zsh/custom/zshrc.zsh glob: true
stdout: true force: true
# ~/.oh-my-zsh: path: zsh/custom/plugins/*
# force: true ~/.oh-my-zsh/custom/themes/:
# path: meta/github/oh-my-zsh glob: true
# ~/.oh-my-zsh/custom/: force: true
# glob: true path: zsh/custom/themes/*
# force: false #- shell:
# path: zsh/custom/* # -
# ~/.oh-my-zsh/custom/plugins/: # command: ln -s $HOME/Dotfiles/meta/github/oh-my-zsh $HOME/.oh-my-zsh
# glob: true # stdout: true
# force: false # -
# path: zsh/custom/plugins/* # command: ln -s $HOME/Dotfiles/zsh/custom/aliases.szh $HOME/.oh-my-zsh/custom/aliases.zsh
# ~/.oh-my-zsh/custom/themes/: # stdout: true
# glob: true # -
# force: false # command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.szh $HOME/.oh-my-zsh/custom/zshrc.zsh
# path: zsh/custom/themes/* # stdout: true