From 586c90925d431e504d219d90d4b961d0c9941120 Mon Sep 17 00:00:00 2001 From: Sean Jones Date: Wed, 5 Dec 2012 00:11:35 +0000 Subject: [PATCH 1/5] Possible work around for issue #1315 --- README.textile | 4 ++-- tools/install.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.textile b/README.textile index 0a4545bac..ac94218f2 100644 --- a/README.textile +++ b/README.textile @@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh@ +@curl -L -O https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh@ +@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h3. The manual way diff --git a/tools/install.sh b/tools/install.sh index 6f58db939..3129f4be2 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -36,4 +36,3 @@ echo "\033[0;32m"' /____/ '"\033[0m echo "\n\n \033[0;32m....is now installed.\033[0m" /usr/bin/env zsh -source ~/.zshrc From 5403f447461bc24266e754e5540622a89cd8c753 Mon Sep 17 00:00:00 2001 From: Sean Jones Date: Wed, 5 Dec 2012 00:21:04 +0000 Subject: [PATCH 2/5] Adding possible solution for source .zshrc --- tools/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index 3129f4be2..989e3e61c 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -35,4 +35,6 @@ echo "\033[0;32m"'\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '"\033[0m echo "\033[0;32m"' /____/ '"\033[0m" echo "\n\n \033[0;32m....is now installed.\033[0m" +#!`which zsh` +exec source .zshrc /usr/bin/env zsh From a3f56be2b4f29ee1a73f4f6d2358d335015060ab Mon Sep 17 00:00:00 2001 From: Sean Jones Date: Wed, 5 Dec 2012 00:22:32 +0000 Subject: [PATCH 3/5] Changed URLs to work from my fork --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index ac94218f2..8e847fa67 100644 --- a/README.textile +++ b/README.textile @@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L -O https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ +@curl -L -O https://github.com/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ +@wget --no-check-certificate https://github.com/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h3. The manual way From 45b13a221535e9167d8560ee7a6286a6eae882d1 Mon Sep 17 00:00:00 2001 From: Sean Jones Date: Wed, 5 Dec 2012 00:41:27 +0000 Subject: [PATCH 4/5] Working install on Debian --- tools/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/install.sh b/tools/install.sh index 989e3e61c..585e35bdd 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -35,6 +35,5 @@ echo "\033[0;32m"'\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/ '"\033[0m echo "\033[0;32m"' /____/ '"\033[0m" echo "\n\n \033[0;32m....is now installed.\033[0m" -#!`which zsh` -exec source .zshrc +echo "source .zshrc" | zsh /usr/bin/env zsh From 7a0be72ecf920f6cfda89a916f5543195282bbaf Mon Sep 17 00:00:00 2001 From: Sean Jones Date: Wed, 5 Dec 2012 00:52:09 +0000 Subject: [PATCH 5/5] Changed URLs back to officals --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 8e847fa67..e441d51b4 100644 --- a/README.textile +++ b/README.textile @@ -13,11 +13,11 @@ You can install this via the command line with either `curl` or `wget`. h4. via `curl` -@curl -L -O https://github.com/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ +@curl -L -O https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h4. via `wget` -@wget --no-check-certificate https://github.com/NeuralSandwich/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ +@wget --no-check-certificate https://github.com/robbyrussel/oh-my-zsh/raw/master/tools/install.sh && sh install.sh@ h3. The manual way