This commit is contained in:
davud.sun 2017-01-03 00:27:56 +08:00
commit de48f33782
2 changed files with 8 additions and 1 deletions

7
install.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
PWD=$(pwd)
echo $PWD
ln -s ${PWD} ~/.oh-my-zsh
ln -s ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc

View file

@ -51,7 +51,7 @@ ZSH_THEME="robbyrussell"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(git)
plugins=(git lighthouse textmate)
source $ZSH/oh-my-zsh.sh