Moved command to remove .zshrc to proper place

This commit is contained in:
Edward Dorrington
2017-03-11 11:59:30 +00:00
parent 38282b5098
commit 9014059578

View File

@@ -1,10 +1,10 @@
#!/bin/sh
rm -f $HOME/.zshrc
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
mkdir -p $HOME/.oh-my-zsh/custom/plugins
cd $HOME/.oh-my-zsh/custom/plugins
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
cd $HOME
rm -f $HOME/.zshrc
ln -s $HOME/.zcustom/.zshrc $HOME/.zshrc
ln -s $HOME/.zcustom/edorrington.zsh-theme.zsh $HOME/.oh-my-zsh/custom/edorrington.zsh-theme.zsh