summaryrefslogtreecommitdiff
path: root/tools/install.sh
AgeCommit message (Expand)Author
2021-12-26fix(installer): fix POSIX shell syntax of previous commitMarc Cornellà
2021-12-26fix(installer): don't hard-code user `$HOME` directory on installMarc Cornellà
2021-11-16fix(install): fix backslash in `printf` when showing logo (#10422)Marc Cornellà
2021-11-09style: use `-n` flag in `head` and `tail` commands (#10391)Kevin Burke
2021-09-23style(installer): use rainbow logo and polish success message (#10211)Marc Cornellà
2021-09-22feat(update): allow updating from branch set up on installMarc Cornellà
2021-03-25fix: use `$USERNAME` guaranteed to always be defined in zshMarc Cornellà
2021-03-16refactor(installer): fix static analysis warnings (#9529)Léa Gris
2020-11-09fix(installer): fix error message if $ZSH exists when installingMarc Cornellà
2020-08-20docs: document oneline argument passing to install scriptMarc Cornellà
2020-08-20docs: add fetch install command for FreeBSD (#9172)Adam G. Emerson
2020-08-17Underline links in install and update scriptMarc Cornellà
2020-07-01install: fix typo (#9069)Alex Zdanowicz
2020-06-28Modernize install and update banners (#9045)Larson Carter
2020-02-25installer: add option to install without replacing .zshrc (#8209)Michael Dorst
2020-02-24installer: remove redundant cp command (#8668)Jonathan Chang
2019-11-20Actions to take after repository migration is complete (#8394)Marc Cornellà
2019-10-21Set default git-config values known to fix repository issuesMarc Cornellà
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-02-25Updating Oh My Zsh shop URLs (#7619)Robby Russell
2019-01-15installer: make TEST_CURRENT_SHELL use basename (#7514)Jackson Delahunt
2018-07-01Login shell after install (#5314)Joel Kuzmarski
2018-06-13Quote $ZSH where necessary in install script (#6587)Dan Wallis
2018-05-07fix bug for check zsh (#6798)ningwei1993