Change way to deploy zsh

This commit is contained in:
Jeff Lance 2020-03-15 14:17:18 +01:00
parent 1044f03345
commit c91f0b2bc3

View File

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