dotfiles/meta/configs/zsh.yaml

29 lines
821 B
YAML
Raw Normal View History

2018-06-27 14:33:18 +00:00
- link:
~/.zshenv: zsh/zshenv
~/.zshrc: zsh/zshrc
2020-03-15 13:17:18 +00:00
- shell:
-
command: ln -s $HOME/Dotfiles/meta/github/oh-my-zsh $HOME/.oh-my-zsh
stdout: true
-
command: ln -s $HOME/Dotfiles/zsh/custom/aliases.szh $HOME/.oh-my-zsh/custom/aliases.zsh
stdout: true
-
command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.szh $HOME/.oh-my-zsh/custom/zshrc.zsh
stdout: true
# ~/.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/*