This commit is contained in:
sunao2002002 2017-05-04 21:23:06 +00:00 committed by GitHub
commit 88787a3700
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