dotfiles/meta/configs/zsh.yaml
2018-08-28 18:45:10 +00:00

19 lines
419 B
YAML

- link:
~/.zshenv: zsh/zshenv
~/.zshrc: zsh/zshrc
~/.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/*