Probably Not
b0aa4b65ed
Being more accurate and careful with .zshrc during install/uninstall
...
install.sh:
In the case where copy fails, remove will probably succeed.
For example, if the file system were full. So we're trying
to be more careful with .zshrc here.
uninstall.sh:
The messages are not accurate to what the script is doing
with .zshrc -- It says, "Backing up to .zshrc.pre-oh-my-zsh"
but the next line removes it. So we should rename .zshrc
instead of removing it before we restore the original.
2012-08-04 11:41:47 -07:00
Renan Cakirerk
a39c9ffe5b
Fix finding git issue. http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script
2012-06-23 14:58:04 +03:00
Daniel Lockard
12e181c6f6
Added an if-statement to see if git is installed
2012-04-04 13:04:00 -05:00
Andrew Hodges
0c41b1cdc3
Colorize Install & Upgrade Scripts
...
Make tools/install.sh and tools/upgrade.sh pretty.
2011-06-03 14:05:25 -04:00
Arthur Kalmenson
1354eb1248
Changed to use which.
2011-04-18 22:51:28 -04:00
Arthur Kalmenson
5f415c465a
Change URL to https since most corporate environments block git port.
2011-04-18 07:50:14 -04:00
Arthur Kalmenson
1e2152fcf3
Make the chsh more reliable.
2011-04-18 07:48:35 -04:00
Robby Russell
aeabc3f616
Switching to /usr/bin/env zsh instead of /bin/zsh in the installer
2010-08-19 08:04:18 -07:00
Robby Russell
5a3bde78d8
Sprinkling some candy on this muffin.
2010-05-07 15:35:03 -07:00
Toon Claes
886d97f41e
Removed useless else
2009-10-16 23:03:50 +02:00
Robby Russell
b67961d812
Updating install process to copy your current environments PATH and adding it to the bottom of ~/.zshrc.
2009-09-07 09:11:34 -07:00
Robby Russell
fcc1cde56c
Updating installer to use the new template file. ~/.zshrc will now be outside of the repository
2009-09-01 07:50:45 -07:00
Robby Russell
13ca4fab1a
Changing order of loading zsh at end of install
2009-08-30 18:51:41 -07:00
Robby Russell
684eae38af
Attempting to load zsh properly after auto-install
2009-08-30 18:50:09 -07:00
Robby Russell
3ec52a1353
Checking if .zshrc is a file or a symlink.
2009-08-30 18:44:14 -07:00
Robby Russell
71769107db
Adding an installer tool
2009-08-30 18:36:11 -07:00