Moved command to remove .zshrc to proper place
This commit is contained in:
2
init.sh
2
init.sh
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm -f $HOME/.zshrc
|
|
||||||
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
|
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
|
||||||
mkdir -p $HOME/.oh-my-zsh/custom/plugins
|
mkdir -p $HOME/.oh-my-zsh/custom/plugins
|
||||||
cd $HOME/.oh-my-zsh/custom/plugins
|
cd $HOME/.oh-my-zsh/custom/plugins
|
||||||
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
|
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
rm -f $HOME/.zshrc
|
||||||
ln -s $HOME/.zcustom/.zshrc $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
|
ln -s $HOME/.zcustom/edorrington.zsh-theme.zsh $HOME/.oh-my-zsh/custom/edorrington.zsh-theme.zsh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user