Fix oh-my-zsh.

This commit is contained in:
Mikaël Capelle 2017-03-16 14:06:05 +01:00
parent 3e977077ed
commit fa7675894d
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/robbyrussell/oh-my-zsh.git

2
.zshrc
View File

@ -46,7 +46,7 @@ ZSH_THEME="bira"
# HIST_STAMPS="mm/dd/yyyy"
# 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/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/

View File

@ -7,6 +7,7 @@ ln -f -s $(pwd)/.emacs.d $HOME/
ln -f -s $(pwd)/.bashrc $HOME/
ln -f -s $(pwd)/.zshrc $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)/alias.sh $HOME/.config