Age | Commit message (Expand) | Author |
2019-06-03 | installer: make sure shell in /etc/shells is not commented | Raf Czlonka |
2019-06-03 | installer: replace the current shell with the new ZSH instance | Luca S |
2019-06-03 | installer: abstract error messages | Marc Cornellà |
2019-06-03 | installer: fix for failed chsh quitting the installation | Marc Cornellà |
2019-06-03 | installer: extract most code into functions | Marc Cornellà |
2019-06-03 | installer: reorganise and add comments | Marc Cornellà |
2019-06-03 | installer: use tabs to allow future heredocs | Marc Cornellà |
2019-06-03 | installer: use exit-on-error from the beginning | Marc Cornellà |
2019-04-18 | Remove dots from installer URLs (#7780) | Guillermo Azurdia |
2019-02-25 | Updating Oh My Zsh shop URLs (#7619) | Robby Russell |
2019-01-15 | installer: make TEST_CURRENT_SHELL use basename (#7514) | Jackson Delahunt |
2018-07-01 | Login shell after install (#5314) | Joel Kuzmarski |
2018-06-13 | Quote $ZSH where necessary in install script (#6587) | Dan Wallis |
2018-05-07 | fix bug for check zsh (#6798) | ningwei1993 |
2018-05-05 | installer: check if zsh in path instead of /etc/shells | Marc Cornellà |
2018-04-17 | [installer] use `command -v` to check for git | Marc Cornellà |
2017-11-01 | Use HTTPS for Planet Argon links (#6326) | Doug Yun |
2016-06-16 | Remove undesirable hardcoding of PATH into zshrc (#4925) | Felipe Vargas |
2016-05-31 | installer: fix ordering of cygwin msys git check (#4557) | Andrew Janke |
2015-10-21 | Fix syntax error in #4515 on certain shells | Marc Cornellà |
2015-10-21 | Revert "Make install script safer" | Marc Cornellà |
2015-10-20 | Merge pull request #4507 from WhyEee/fix-no-tput | Marc Cornellà |
2015-10-20 | Make install script safer | Brian J Brennan |
2015-10-16 | Fix install.sh/upgrade.sh for tput-less systems | Yannick Eckey |
2015-09-28 | installer: don't bail on errors in color setup | Andrew Janke |
2015-09-26 | Merge pull request #3646 from apjanke/installer-cygwin-support-3 | Robby Russell |
2015-09-23 | Merge branch 'master' into installer-cygwin-support-3 | Andrew Janke |
2015-09-21 | Do not fail if tput is not available | Frederic Crozat |
2015-09-19 | Merge branch 'master' into installer-portable-colors | Andrew Janke |
2015-09-19 | Merge pull request #3889 from leycec/compaudit | Robby Russell |
2015-09-03 | Merge changes from #4241 into installer-portable-colors | Andrew Janke |
2015-09-03 | Add Cygwin support to installer. | Andrew Janke |
2015-08-30 | Merge pull request #4241 from heartinpiece/master | Robby Russell |
2015-08-30 | Merge pull request #3613 from apjanke/remove-sed-i | Robby Russell |
2015-08-27 | installer: switch twitter link to https | Andrew Janke |
2015-08-12 | Check if Zsh is installed prior to installing Oh My Zsh | Chang Hyun Park |
2015-07-20 | Cygwin-specific "chsh" installation issue fixed. | leycec |
2015-07-20 | Secure umask enforced during installation. | leycec |
2015-07-06 | installer: use terminfo for portable escape sequences | Andrew Janke |
2015-07-06 | install.sh: use portable printf instead of echo | Andrew Janke |
2015-05-05 | Fix 'chsh' by checking '/etc/shells' instead of using 'which' | Pablo Tamarit |
2015-02-20 | install.sh: Replace nonstandard "sed -i" with sed + mv commands. Makes portab... | Andrew Janke |
2015-02-10 | Merge pull request #3353 from mizabrik/master | Robby Russell |
2015-01-15 | Fast installation time by shallow copying git repo | Nicholas T. |
2014-11-28 | Save ZSH path in newly created .zshrc | mizabrik |
2014-08-31 | Merge pull request #3049 from strycore/master | Robby Russell |
2014-08-31 | Link to swag in installer... shameless profiting | Robby Russell |
2014-08-21 | Don't try running chsh if user already runs zsh | Mathieu Comandon |
2014-08-20 | Replace /usr/bin/env with env | Fredrik Fornwall |
2014-03-30 | Correct redirection of output from 'hash' | Henrik Holm |