UncleBill
87a1d8a02d
git-pull add --rebase option
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
14 years ago
Eric Danielson
200a25818a
Add UPDATE_ZSH_DAYS setting
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
Gerhard Lazu
fafa15676a
Replaced source with .
17 years ago
Robby Russell
00a190bc01
Oh My Zsh gets a weekly auto-updater... the future is now!
17 years ago
Robby Russell
700a3f0bad
Adding a script to check for upgrades
17 years ago
Robby Russell
b67961d812
Updating install process to copy your current environments PATH and adding it to the bottom of ~/.zshrc.
17 years ago
Robby Russell
fcc1cde56c
Updating installer to use the new template file. ~/.zshrc will now be outside of the repository
17 years ago
Robby Russell
1ec8a8848e
Adding an upgrade_oh_my_zsh function to... well, upgrade Oh My Zsh
17 years ago
Robby Russell
e1f5c0c703
Adding an uninstaller tool
17 years ago
Robby Russell
13ca4fab1a
Changing order of loading zsh at end of install
17 years ago
Robby Russell
684eae38af
Attempting to load zsh properly after auto-install
17 years ago
Robby Russell
3ec52a1353
Checking if .zshrc is a file or a symlink.
17 years ago
Robby Russell
71769107db
Adding an installer tool
17 years ago