Robby Russell
47b0d754ae
Fixing a few quirks in the latest installer updates (quoting /Users/robbyrussell/.oh-my-zsh and such). Also mentioining our twitter account after install
12 years ago
Andrew Vit
da1fa3b06a
Abort installer on errors
12 years ago
Andrew Vit
2e11e2ab5a
Write install path into .zshrc
12 years ago
Andrew Vit
5bd590ceb3
Reference default install path from ZSH variable
12 years ago
Robby Russell
a38af27991
Revert "Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory."
...
This reverts commit 152e1e07e0 .
12 years ago
n.st
152e1e07e0
Cancel update if the current user doesn't have write permissions for the oh-my-zsh directory.
12 years ago
Patrick Stadler
858c515df2
source ~/.profile only if it exists
12 years ago
Valentin Shevko
7c56364dc4
Add update statistics
...
After the upgrade is interesting to know what's new.
13 years ago
Andrew Vit
1e9f55f09d
Add configuration placeholders to installer template
...
Although the zshrc template adds a PATH= string, this is overwritten by the installer script.
This allows it to be placed anywhere in the file instead of having to append at the end.
13 years ago
Gaetan Semet
0fcb7dd55e
Display right prompt in theme chooser
...
I didn't found the way to right-align the right prompt
properly.
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
dongweiming
d4a9467f89
Modify determine the oh-my-zsh installed in non-default path of the installed
13 years ago
UncleBill
87a1d8a02d
git-pull add --rebase option
13 years ago
Gaetan Semet
3f44f51e9c
source ~/.profile for upgrading (to source the proxy configuration)
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
13 years ago
Marcus Müller
39b46f526c
eliminated unnecessary cd and failing substitution
...
Changing the working directory in a sub-subshell
does not change the working directory of the executing
shell.
The substitution was broken for me on _all_ my machines,
so I started looking into the business.
13 years ago
Gaurav Misra
32a42f27b6
Escape spaces in folder name so script won't fail
...
If the current directory has spaces, the script fails to change paths and fails.
13 years ago
Henry Yan
d55262b6a1
Added $PATH to PATH in install shell
13 years ago
Deepu Sudhakar
9991401aaa
Escape /Users/desudhak/.oh-my-zsh path (previously broke spaces in path)
13 years ago
Probably Not
dfbafe6d58
Fixing conflict in install scripts
13 years ago
Eric Danielson
200a25818a
Add UPDATE_ZSH_DAYS setting
14 years ago
Sergey Lukin
ebeae4abe9
Fix /bin/sh compatibility issue in install.sh
14 years ago
Eric Mathison
b0cf0674ef
Fix color syntax
14 years ago
Robby Russell
1c23a52f57
auto-upadate feature will now reset the epoch so that if a user doesn't say yes, it won't ask them again for a while. fixes #1240
14 years ago
Renan Cakirerk
a39c9ffe5b
Fix finding git issue. http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script
14 years ago
Robby Russell
91b4758d8f
Now with 50% less auto-updates.
14 years ago
Daniel Lockard
12e181c6f6
Added an if-statement to see if git is installed
14 years ago
backspace
0d99759cc3
Don’t report that Oh My Zsh has been updated when it hasn’t.
14 years ago
Russell Harmon
7ec2dd984a
Use printf rather than echo -e in update.sh
...
update.sh is an "sh" script, not a zsh or bash script. On platforms
which have real sh, echo does not have the -e option.
15 years ago
Graham McMillan
4173ba1e95
Added option to disable the update prompt. Set DISABLE_UPDATE_PROMPT to true to enable.
15 years ago
Tim Taylor
c113e88c45
Fix auto upgrade failure from non-exported ZSH env var
...
Fixes #549 . Specify ZSH=$ZSH explicitly when invoking
the auto update scripts.
15 years ago
fox
cbf662744f
fixed theme chooser + options + list available themes + show all themes
15 years ago
Ilya Chesnokov
b160ee6512
'echo' did not show colors without -e in upgrade.sh
15 years ago
fox
d15d3a5b01
global zsh config
15 years ago
fox
76dd2d8b05
mac os fix
15 years ago
fox
5d5d2f94be
fox's theme + theme chooser fixes
15 years ago
fox
fea4e54b10
added theme chooser
15 years ago
Jake Bell
edcd4f7eea
Adding quotes to deal with paths that have spaces.
15 years ago
vguerci
7c9474508c
[upgrade] before init (no reload needed unless oh-my-zsh.sh has been modified)
15 years ago
Andrew Hodges
0c41b1cdc3
Colorize Install & Upgrade Scripts
...
Make tools/install.sh and tools/upgrade.sh pretty.
15 years ago
nebirhos
626fa5b1d8
fixed autoupdate
15 years ago
Arthur Kalmenson
1354eb1248
Changed to use which.
15 years ago
Arthur Kalmenson
5f415c465a
Change URL to https since most corporate environments block git port.
15 years ago
Arthur Kalmenson
1e2152fcf3
Make the chsh more reliable.
15 years ago
Tristan Carel
bbf1f87ee6
Fix version parsing. Now working with command $ zsh --version
15 years ago
Tristan Carel
ca4dabb45e
New tool require_tool.sh
15 years ago
Christopher Chow
cc90e3aa06
Fixed auto update.
...
Paramater substitution instead of command subsitution was being used
causing the calculation of time since last check to be incorrect.
15 years ago
Robby Russell
aeabc3f616
Switching to /usr/bin/env zsh instead of /bin/zsh in the installer
16 years ago
Robby Russell
59bfd87e08
Adding some candy to the upgrade script
16 years ago
Robby Russell
5a3bde78d8
Sprinkling some candy on this muffin.
16 years ago
Robby Russell
41f13ccb0a
Updating check_for_upgrade script to fix issue when the LAST_EPOCH file/value got corrupted. Closes #32
17 years ago
Toon Claes
886d97f41e
Removed useless else
17 years ago