Fix oh-my-zsh.
This commit is contained in:
parent
3e977077ed
commit
fa7675894d
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule ".oh-my-zsh"]
|
||||||
|
path = .oh-my-zsh
|
||||||
|
url = https://github.com/robbyrussell/oh-my-zsh.git
|
2
.zshrc
2
.zshrc
@ -46,7 +46,7 @@ ZSH_THEME="bira"
|
|||||||
# HIST_STAMPS="mm/dd/yyyy"
|
# HIST_STAMPS="mm/dd/yyyy"
|
||||||
|
|
||||||
# Would you like to use another custom folder than $ZSH/custom?
|
# Would you like to use another custom folder than $ZSH/custom?
|
||||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
ZSH_CUSTOM=${HOME}/.config/zsh-custom
|
||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
|
@ -7,6 +7,7 @@ ln -f -s $(pwd)/.emacs.d $HOME/
|
|||||||
ln -f -s $(pwd)/.bashrc $HOME/
|
ln -f -s $(pwd)/.bashrc $HOME/
|
||||||
ln -f -s $(pwd)/.zshrc $HOME/
|
ln -f -s $(pwd)/.zshrc $HOME/
|
||||||
ln -f -s $(pwd)/.oh-my-zsh $HOME/
|
ln -f -s $(pwd)/.oh-my-zsh $HOME/
|
||||||
|
ln -f -s $(pwd)/zsh-custom $HOME/.config/zsh-custom
|
||||||
ln -f -s $(pwd)/fish $HOME/.config
|
ln -f -s $(pwd)/fish $HOME/.config
|
||||||
|
|
||||||
ln -f -s $(pwd)/alias.sh $HOME/.config
|
ln -f -s $(pwd)/alias.sh $HOME/.config
|
||||||
|
Loading…
Reference in New Issue
Block a user