Age | Commit message (Expand) | Author |
2020-12-04 | fix(updater): properly show changelog via `less` | Marc Cornellà |
2020-12-02 | fix(updater): fix ignored variable name in read | Marc Cornellà |
2020-12-01 | fix(updater): make sure to run it with zsh | Marc Cornellà |
2020-11-30 | feat(updater): add changelog display by parsing the commit list | Marc Cornellà |
2020-11-30 | refactor(updater): switch to Zsh execution and fix git remote detection logic | Marc Cornellà |
2020-11-09 | fix(installer): fix error message if $ZSH exists when installing | Marc Cornellà |
2020-09-09 | update: return git error code on failure (#9238) | Lucas Larson |
2020-08-20 | docs: document oneline argument passing to install script | Marc Cornellà |
2020-08-20 | docs: add fetch install command for FreeBSD (#9172) | Adam G. Emerson |
2020-08-17 | Underline links in install and update script | Marc Cornellà |
2020-07-13 | update: prefix rm call with command in trap (#9107) | M. Yas. Davoodeh |
2020-07-01 | install: fix typo (#9069) | Alex Zdanowicz |
2020-06-28 | Modernize install and update banners (#9045) | Larson Carter |
2020-06-28 | update: change dash in function name for sh compat (fixes #9064) | Marc Cornellà |
2020-06-28 | update: only update on a valid affirmative input (#9062) | alexagnelli |
2020-06-09 | update: refactor and fix logic in check_for_upgrade.sh (#8939) | Marc Cornellà |
2020-05-19 | update: fix bug in upgrade.sh: s/NORMAL/RESET/ (#8947) | Roman Perepelitsa |
2020-05-18 | update: display logo in rainbow colors (#8941) | Marc Cornellà |
2020-03-11 | updater: use hardcoded color sequences instead of tput | Marc Cornellà |
2020-03-11 | updater: use `git config` instead of `git -c` for git < v1.7.2 | Marc Cornellà |
2020-02-29 | updater: fix --autostash argument. Works for git > 1.7.1 | Marc Cornellà |
2020-02-27 | updater: add --autostash to git pull (#7172) | Mauricio Wolff |
2020-02-25 | installer: add option to install without replacing .zshrc (#8209) | Michael Dorst |
2020-02-24 | installer: remove redundant cp command (#8668) | Jonathan Chang |
2019-11-25 | Fix change to old shell on uninstall (#8430) | Giuseppe |
2019-11-21 | Fix non-POSIX conditional syntax | Marc Cornellà |
2019-11-20 | Actions to take after repository migration is complete (#8394) | Marc Cornellà |
2019-11-09 | upgrade: remove double whitespace in message (#7517) | Quentin Dreyer |
2019-10-21 | Set default git-config values known to fix repository issues | Marc Cornellà |
2019-09-08 | installer: allow chsh to work in termux | Marc Cornellà |
2019-06-09 | installer: don't rely on tput for coloring | Marc Cornellà |
2019-06-03 | installer: ask user about changing the shell to zsh | Marc Cornellà |
2019-06-03 | installer: allow for tput errors | Marc Cornellà |
2019-06-03 | installer: restore previous default shell with uninstall | Zach Whitten |
2019-06-03 | installer: improve message formatting and color | Marc Cornellà |
2019-06-03 | installer: change to --unattended argument and add docs | Marc Cornellà |
2019-06-03 | installer: comment changes | Marc Cornellà |
2019-06-03 | installer: add option to not run zsh at the end | Marc Cornellà |
2019-06-03 | installer: don't run zsh at the end | Marc Cornellà |
2019-06-03 | installer: add ability to skip the default shell change | Marc Cornellà |
2019-06-03 | installer: use timestamped backups to preserve all old zshrcs | Andrew Janke |
2019-06-03 | installer: use default color sequences on missing tput | Marc Cornellà |
2019-06-03 | installer: allow configuration of remote URL to clone from | Marc Cornellà |
2019-06-03 | installer: add ability to install from forked & branched repos | Andrew Janke |
2019-06-03 | installer: improve zsh binary path search in setup_shell | Marc Cornellà |
2019-06-03 | installer: fix for Solus OS and systems with no /etc/shells | Fran |
2019-06-03 | installer: use guard clauses in setup_shell for better readability | Marc Cornellà |
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à |