浏览代码

Updating installer to use the new template file. ~/.zshrc will now be outside of the repository

Robby Russell 15 年之前
父节点
当前提交
fcc1cde56c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tools/install.sh

+ 2 - 2
tools/install.sh

@@ -15,8 +15,8 @@ then
   rm ~/.zshrc;
 fi
 
-echo "Symlinking .zshrc to ~/.oh-my-zsh/"
-ln -s ~/.oh-my-zsh/zshrc ~/.zshrc
+echo "Using the Oh My Zsh template file and adding it to ~/.zshrc"
+cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
 
 echo "Time to change your default shell to zsh!"
 chsh -s /bin/zsh