From f3d6e0aadf55bd58b23b67a57158d9a49d21292b Mon Sep 17 00:00:00 2001 From: mj Date: Wed, 11 Mar 2015 06:28:25 +0100 Subject: [PATCH] fixes --- tools/install.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 92fea68..88e1407 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -14,7 +14,7 @@ if [ "$SHELL" != "$(which zsh)" ]; then sudo apt-get -yq install curl dialog nano python-setuptools zsh sudo easy_install pip - sudo pip install virutalenvwrapper + sudo pip install virtualenvwrapper fi if [ 1 == 1 ]; then @@ -37,9 +37,9 @@ if [ -d ~/.config/zsh-config ] || [ -h ~/.config/zsh-config ]; then if [ -d ~/.config/zsh-config ] || [ -h ~/.config/zsh-config ]; then rm -rf ~/.config/zsh-config fi - if [ -d ~/.config/oh-my-zsh ] || [ -h ~/.config/oh-my-zsh ]; then - rm -rf ~/.config/oh-my-zsh - fi +# if [ -d ~/.config/oh-my-zsh ] || [ -h ~/.config/oh-my-zsh ]; then +# rm -rf ~/.config/oh-my-zsh +# fi if [ -d ~/.config/antigen ] || [ -h ~/.config/antigen ]; then rm -rf ~/.config/antigen fi @@ -65,9 +65,9 @@ hash git >/dev/null 2>&1 && env git clone --depth=1 http://git.str8.biz/mj/zsh-c } echo "\033[0;34mUsing the Zsh Config template file and adding it to ~/.zshrc\033[0m" -ln -s $ZCNF/templates/zshrc ~/.zshrc -ln -s $ZCNF/templates/bashrc ~/.bashrc -ln -s $ZCNF/templates/bash_aliases ~/.bash_aliases +ln -s $ZCNF/templates/zshrc.sh ~/.zshrc +ln -s $ZCNF/templates/bashrc.sh ~/.bashrc +ln -s $ZCNF/templates/bash_aliases.sh ~/.bash_aliases sed -i -e "/^export ZSH=/ c\\ export ZSH=$ZSH " ~/.zshrc @@ -91,5 +91,5 @@ echo "\033[0;32m"' /____/ ....is no echo "\n\n \033[0;32mPlease look over the ~/.zshrc file to select plugins, themes, and options.\033[0m" echo "\n\n \033[0;32mp.s. Follow us at http://twitter.com/ohmyzsh.\033[0m" echo "\n\n \033[0;32mp.p.s. Get stickers and t-shirts at http://shop.planetargon.com.\033[0m" -env zsh -. ~/.zshrc +#env zsh +#. ~/.zshrc -- 2.0.0