diff --git a/install.sh b/install.sh new file mode 100755 index 000000000..b7e6d60bc --- /dev/null +++ b/install.sh @@ -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 + diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index af42e5b9f..8dc2ea784 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -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