summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-09-08installer: allow chsh to work in termuxMarc Cornellà
2019-06-09installer: don't rely on tput for coloringMarc Cornellà
2019-06-03installer: ask user about changing the shell to zshMarc Cornellà
2019-06-03installer: allow for tput errorsMarc Cornellà
2019-06-03installer: restore previous default shell with uninstallZach Whitten
2019-06-03installer: improve message formatting and colorMarc Cornellà
2019-06-03installer: change to --unattended argument and add docsMarc Cornellà
2019-06-03installer: comment changesMarc Cornellà
2019-06-03installer: add option to not run zsh at the endMarc Cornellà
2019-06-03installer: don't run zsh at the endMarc Cornellà
2019-06-03installer: add ability to skip the default shell changeMarc Cornellà
2019-06-03installer: use timestamped backups to preserve all old zshrcsAndrew Janke
2019-06-03installer: use default color sequences on missing tputMarc Cornellà
2019-06-03installer: allow configuration of remote URL to clone fromMarc Cornellà
2019-06-03installer: add ability to install from forked & branched reposAndrew Janke
2019-06-03installer: improve zsh binary path search in setup_shellMarc Cornellà
2019-06-03installer: fix for Solus OS and systems with no /etc/shellsFran
2019-06-03installer: use guard clauses in setup_shell for better readabilityMarc Cornellà
2019-06-03installer: make sure shell in /etc/shells is not commentedRaf Czlonka
2019-06-03installer: replace the current shell with the new ZSH instanceLuca S
2019-06-03installer: abstract error messagesMarc Cornellà
2019-06-03installer: fix for failed chsh quitting the installationMarc Cornellà
2019-06-03installer: extract most code into functionsMarc Cornellà
2019-06-03installer: reorganise and add commentsMarc Cornellà
2019-06-03installer: use tabs to allow future heredocsMarc Cornellà
2019-06-03installer: use exit-on-error from the beginningMarc Cornellà
2019-04-18Remove dots from installer URLs (#7780)Guillermo Azurdia
2019-04-07upgrade: fix lock-out on first upgrade checkMarc Cornellà
2019-02-25Updating Oh My Zsh shop URLs (#7619)Robby Russell
2019-01-15installer: make TEST_CURRENT_SHELL use basename (#7514)Jackson Delahunt
2018-08-07use https everywhere (#6574)Janosch Schwalm
2018-07-01Login shell after install (#5314)Joel Kuzmarski
2018-06-15Fixed Issue #4550: Move ~/.zsh-update file to $ZSH_CACHE_DIRChao Du
2018-06-13Quote $ZSH where necessary in install script (#6587)Dan Wallis
2018-05-15Update the update prompt (#6825)Gert de Pagter
2018-05-07fix bug for check zsh (#6798)ningwei1993
2018-05-05installer: check if zsh in path instead of /etc/shellsMarc Cornellà
2018-04-17[installer] use `command -v` to check for gitMarc Cornellà
2017-11-01Use HTTPS for Planet Argon links (#6326)Doug Yun
2016-10-03Convert "if then" statements to "if; then" one-linersFabian Wolff
2016-10-03Use rmdir instead of rm -rFabian Wolff
2016-10-03Implement a locking mechanism to avoid multiple update prompts (fixes #3766)Fabian Wolff
2016-08-09Replace /bin/sh with sh for portability (#5291)Fredrik Fornwall
2016-06-16Remove undesirable hardcoding of PATH into zshrc (#4925)Felipe Vargas
2016-05-31installer: fix ordering of cygwin msys git check (#4557)Andrew Janke
2015-12-15Use consistent wording when updatingRobin Hallabro
2015-11-29Merge pull request #4207 from mpscholten/masterMarc Cornellà
2015-11-04Removing `source` commandLE Manh Cuong
2015-10-23Change coding styleLE Manh Cuong
2015-10-23Update uninstall.shLE Manh Cuong