dotfiles/libs/configs/zsh.yaml

17 lines
381 B
YAML
Raw Normal View History

2018-06-27 16:33:18 +02:00
- link:
~/.zshenv: zsh/zshenv
~/.zshrc: zsh/zshrc
~/.oh-my-zsh: zsh/oh-my-zsh
2018-06-28 20:53:56 +02:00
~/.oh-my-zsh/custom/:
glob: true
2018-06-29 02:02:25 +02:00
force: false
2018-06-28 20:53:56 +02:00
path: zsh/custom/*
2018-06-29 02:08:22 +02:00
~/.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/*