Update own zsh conf
This commit is contained in:
parent
1373b14ab5
commit
be7b2041f7
@ -4,25 +4,28 @@
|
|||||||
~/.oh-my-zsh:
|
~/.oh-my-zsh:
|
||||||
force: true
|
force: true
|
||||||
path: meta/github/oh-my-zsh
|
path: meta/github/oh-my-zsh
|
||||||
~/.oh-my-zsh/custom/:
|
# ~/.oh-my-zsh/custom/:
|
||||||
glob: true
|
# glob: true
|
||||||
force: false
|
# force: false
|
||||||
path: zsh/custom/*
|
# path: zsh/custom/*
|
||||||
~/.oh-my-zsh/custom/plugins/:
|
# ~/.oh-my-zsh/custom/plugins/:
|
||||||
glob: true
|
# glob: true
|
||||||
force: false
|
# force: false
|
||||||
path: zsh/custom/plugins/*
|
# path: zsh/custom/plugins/*
|
||||||
~/.oh-my-zsh/custom/themes/:
|
# ~/.oh-my-zsh/custom/themes/:
|
||||||
glob: true
|
# glob: true
|
||||||
force: false
|
# force: false
|
||||||
path: zsh/custom/themes/*
|
# path: zsh/custom/themes/*
|
||||||
#- shell:
|
- shell:
|
||||||
# -
|
-
|
||||||
# command: ln -s $HOME/Dotfiles/meta/github/oh-my-zsh $HOME/.oh-my-zsh
|
command: ln -s $HOME/Dotfiles/zsh/custom/aliases.szh $HOME/.oh-my-zsh/custom/aliases.zsh
|
||||||
# stdout: true
|
stdout: true
|
||||||
# -
|
-
|
||||||
# command: ln -s $HOME/Dotfiles/zsh/custom/aliases.szh $HOME/.oh-my-zsh/custom/aliases.zsh
|
command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.szh $HOME/.oh-my-zsh/custom/zshrc.zsh
|
||||||
# stdout: true
|
stdout: true
|
||||||
# -
|
-
|
||||||
# command: ln -s $HOME/Dotfiles/zsh/custom/zshrc.szh $HOME/.oh-my-zsh/custom/zshrc.zsh
|
command: ln -s $HOME/Dotfiles/zsh/custom/plugins $HOME/.oh-my-zsh/custom/plugins
|
||||||
# stdout: true
|
stdout: true
|
||||||
|
-
|
||||||
|
command: ln -s $HOME/Dotfiles/zsh/custom/themes $HOME/.oh-my-zsh/custom/themes
|
||||||
|
stdout: true
|
||||||
|
Loading…
Reference in New Issue
Block a user