summaryrefslogtreecommitdiff
path: root/tools/install.sh
AgeCommit message (Expand)Author
2023-04-03chore(installer): remove words triggering false positives in antivirusesMarc Cornellà
2023-03-31fix(installer): don't use `sudo` when user is in Termux (#11591)Webpage-gh
2023-02-02fix(installer): automatically create ZDOTDIR path if it doesn't existMarc Cornellà
2023-02-02fix(installer): don't use `$ZDOTDIR` in zshrc file if same as `$HOME`Marc Cornellà
2023-01-29feat(installer): respect and install in `$ZDOTDIR` if set (#9376)Alex
2022-10-14fix(installer): detect newer Git for Windows version errors (#11157)Marc Cornellà
2022-10-12fix: show full hyperlinks in Konsole (#10964)Marc Cornellà
2022-10-12fix: fix OSC 8 hyperlink escape sequencesMarc Cornellà
2022-03-28fix(installer): exit install directory on setup (#10804)Marc Cornellà
2022-03-07fix(installer): fix `$HOME` setting if `getent` is not found (macOS)Marc Cornellà
2022-02-25fix(installer): fix removal of OMZ directory on failureMarc Cornellà
2022-02-22fix(installer): silence `git init`Marc Cornellà
2022-02-22fix(installer): set `$HOME` if not defined (#10680)Marc Cornellà
2022-01-28refactor(installer): use POSIX-standard's `id -u -n` to define `$USER`Marc Cornellà
2022-01-27fix(installer): avoid `git clone -c` to support git v1.7.1 (#10621)Marc Cornellà
2022-01-24fix(installer): correct check for `sudo` in shell change logicMarc Cornellà
2022-01-24fix(installer): define `$USER` if not definedMarc Cornellà
2022-01-24style(installer): prefix formatting variables with `FMT_`Marc Cornellà
2022-01-11refactor(installer): simplify `user_can_sudo` checkMarc Cornellà
2022-01-11fix(installer): fix `sudo` check for users with password or without privilegesMarc Cornellà
2022-01-11fix(installer): run `chsh` with sudo if user has privilegesMarc Cornellà
2022-01-09style: use 24bit colors in Oh My Zsh logo if supportedMarc Cornellà
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à