From 9014059578d50ff1e99732cc5c160ac431d9d20f Mon Sep 17 00:00:00 2001 From: Edward Dorrington Date: Sat, 11 Mar 2017 11:59:30 +0000 Subject: [PATCH] Moved command to remove .zshrc to proper place --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index b417d99..9b5a278 100644 --- a/init.sh +++ b/init.sh @@ -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