Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-13 | Fixing a few quirks in the latest installer updates (quoting ↵ | Robby Russell | |
/Users/robbyrussell/.oh-my-zsh and such). Also mentioining our twitter account after install | |||
2014-03-08 | Abort installer on errors | Andrew Vit | |
2014-03-08 | Write install path into .zshrc | Andrew Vit | |
2014-03-08 | Reference default install path from ZSH variable | Andrew Vit | |
2014-03-08 | Merge pull request #1402 from sergeylukin/master | Robby Russell | |
Fix install.sh compatibility with /bin/sh | |||
2013-12-02 | Merge pull request #1087 from avit/install-template | Robby Russell | |
Add configuration placeholders to installer template | |||
2013-10-25 | Add configuration placeholders to installer template | Andrew Vit | |
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. | |||
2013-06-30 | Modify determine the oh-my-zsh installed in non-default path of the installed | dongweiming | |
2013-04-07 | Added $PATH to PATH in install shell | Henry Yan | |
2012-12-02 | Fixing conflict in install scripts | Probably Not | |
2012-11-09 | Fix /bin/sh compatibility issue in install.sh | Sergey Lukin | |
2012-10-21 | Fix color syntax | Eric Mathison | |
2012-06-23 | Fix finding git issue. ↵ | Renan Cakirerk | |
http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script | |||
2012-04-04 | Added an if-statement to see if git is installed | Daniel Lockard | |
2011-06-03 | Colorize Install & Upgrade Scripts | Andrew Hodges | |
Make tools/install.sh and tools/upgrade.sh pretty. | |||
2011-04-18 | Changed to use which. | Arthur Kalmenson | |
2011-04-18 | Change URL to https since most corporate environments block git port. | Arthur Kalmenson | |
2011-04-18 | Make the chsh more reliable. | Arthur Kalmenson | |
2010-08-19 | Switching to /usr/bin/env zsh instead of /bin/zsh in the installer | Robby Russell | |
2010-05-07 | Sprinkling some candy on this muffin. | Robby Russell | |
2009-10-16 | Removed useless else | Toon Claes | |
2009-09-07 | Updating install process to copy your current environments PATH and adding ↵ | Robby Russell | |
it to the bottom of ~/.zshrc. | |||
2009-09-01 | Updating installer to use the new template file. ~/.zshrc will now be ↵ | Robby Russell | |
outside of the repository | |||
2009-08-30 | Changing order of loading zsh at end of install | Robby Russell | |
2009-08-30 | Attempting to load zsh properly after auto-install | Robby Russell | |
2009-08-30 | Checking if .zshrc is a file or a symlink. | Robby Russell | |
2009-08-30 | Adding an installer tool | Robby Russell | |