2018-06-27 16:33:18 +02:00
|
|
|
- link:
|
2021-01-27 21:40:04 +01:00
|
|
|
~/.zshenv: conf.d/zsh/zshenv
|
|
|
|
~/.zshrc: conf.d/zsh/zshrc
|
2020-03-15 14:28:02 +01:00
|
|
|
~/.oh-my-zsh:
|
|
|
|
force: true
|
|
|
|
path: meta/github/oh-my-zsh
|
2020-03-15 15:21:28 +01:00
|
|
|
# ~/.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/*
|
|
|
|
- shell:
|
|
|
|
-
|
2020-03-15 15:40:48 +01:00
|
|
|
command: ln -s $HOME/Dotfiles/zsh/custom/aliases.zsh $HOME/.oh-my-zsh/custom/aliases.zsh
|
2020-03-15 15:21:28 +01:00
|
|
|
stdout: true
|
|
|
|
-
|
2020-03-15 15:40:48 +01:00
|
|
|
command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.zsh $HOME/.oh-my-zsh/custom/zshrc.zsh
|
2020-03-15 15:21:28 +01:00
|
|
|
stdout: true
|
2020-03-15 15:36:53 +01:00
|
|
|
-
|
|
|
|
command: rm -rf $HOME/.oh-my-zsh/custom/plugins
|
|
|
|
stdout: true
|
2020-03-15 15:21:28 +01:00
|
|
|
-
|
|
|
|
command: ln -s $HOME/Dotfiles/zsh/custom/plugins $HOME/.oh-my-zsh/custom/plugins
|
|
|
|
stdout: true
|
2020-03-15 15:36:53 +01:00
|
|
|
-
|
|
|
|
command: rm -rf $HOME/.oh-my-zsh/custom/themes
|
|
|
|
stdout: true
|
2020-03-15 15:21:28 +01:00
|
|
|
-
|
|
|
|
command: ln -s $HOME/Dotfiles/zsh/custom/themes $HOME/.oh-my-zsh/custom/themes
|
|
|
|
stdout: true
|