Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-23 | chore: remove mentions of huntr.dev | Marc Cornellà | |
huntr.dev has pivoted to ML/AI-only vulnerability reporting, and we are now already using GitHub's private vulnerability reports. | |||
2023-10-11 | chore: change headings in README to Title Case (#11956) | sattisumasri | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2023-10-08 | chore: update README badges | Marc Cornellà | |
2023-10-08 | Adding operating system compatibility chart | Robby Russell | |
2023-10-08 | Adding Mastadon and updating X badge | Robby Russell | |
2023-05-21 | docs(theme-and-appearance): fix gnu-ls snippet (#11701) | Craig Furman | |
2023-05-09 | docs(theme-and-appearance): reflect properly dcff7a7 changes | Carlo Sala | |
2023-05-06 | feat(theme-and-appearance): allow disabling gnu-ls in bsd | Carlo Sala | |
To disable gnu-ls (`gls`) even if it's installed in freeBSD and macOS you can set it up with: ```zsh zstyle ':omz:lib:theme-and-appearance' gnu-ls no ``` Closes #11647 | |||
2023-04-03 | feat(init)!: allow turning off aliases for libs and plugins (#11550) | Marc Cornellà | |
BREAKING CHANGE: the previous zstyle setting to disable `lib/directories.zsh` aliases has been changed to the new syntax: `zstyle ':omz:lib:directories' aliases no`. See https://github.com/ohmyzsh/ohmyzsh#skip-aliases to see other ways you can use this setting. Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-03-28 | feat(upgrade): add verbosity settings | Håvard Bartnes | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11574 Closes #11579 | |||
2023-03-07 | Fixing link to PA website in README | Robby Russell | |
Was linking to an old URL | |||
2023-02-02 | feat(directories): add config to skip aliases (#11469) | Hazael Sanchez | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2022-04-14 | chore: minor documentation tweaks (#10853) | Olivia (Zoe) | |
2022-03-14 | docs: add Table of Contents to README (#10766) | Bunyamin Shabanov | |
Co-authored-by: Mohan Sha <mohansha@outlook.com> | |||
2022-02-03 | Introducing the ANSI logo graphic | Robby Russell | |
Trying this on for size for a while. | |||
2021-12-17 | docs(README): Document .pre-oh-my-zsh (#10315) | Eric | |
2021-12-07 | chore: update security docs and link to huntr.dev | Marc Cornellà | |
2021-11-05 | refactor(osx): Rename osx plugin to macos (#10341) | Jonathan Batchelor | |
Apple changed the name of their operating system from OS X to macOS a number of years ago. This was overdue! As per issue #10311 * refactor(osx): rename `osx` plugin to `macos` * refactor(macos): Add symbolic link from old `osx` plugin name. | |||
2021-10-18 | docs(README): document new `zstyle` update settings (#10304) | Eric | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2021-04-25 | chore: fix "Facebook" typo in README.md (#9378) | Piper | |
2020-10-11 | Add gitpod integration | Marc Cornellà | |
Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com> | |||
2020-09-26 | Fix image alignment | Marc Cornellà | |
2020-09-26 | Right-align table in README | Marc Cornellà | |
2020-09-26 | A few README tweaks | Marc Cornellà | |
2020-09-18 | Remove racially-charged language from the codebase | Marc Cornellà | |
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now. | |||
2020-09-14 | docs: fix small typo in README (#9255) | 0xflotus | |
2020-08-23 | Update README with new update command (#9203) | Kirill Suslov | |
Note: `upgrade_oh_my_zsh` is deprecated. Use `omz update` instead. | |||
2020-08-20 | docs: add fetch install command for FreeBSD (#9172) | Adam G. Emerson | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-07-05 | Bug and Feature Request Templates + MLH Theme + Readme (#9068) | Larson Carter | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> Co-authored-by: Bartek Pacia <barpac02@gmail.com> | |||
2020-06-10 | Change Discord invite URL | Marc Cornellà | |
2020-03-01 | Document ZSH_THEME_RANDOM_BLACKLIST setting | Marc Cornellà | |
2020-02-29 | Add git version requirement in documentation | Marc Cornellà | |
2020-02-04 | Link to Actions page in GitHub Action badge | Marc Cornellà | |
2020-02-04 | Rename GitHub Action to CI | Marc Cornellà | |
2020-01-29 | Create Github Action to run tests (#8569) | Modded Gamers | |
The published workflow tests the installer and checks the syntax of known zsh files in the project. Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2019-12-27 | Relocating chat/twitter | Robby Russell | |
Moving down below the intro copy so that first content to new-comers is a description of the project | |||
2019-11-25 | Mention FAQ in the README (#8051) | Michal Bultrowicz | |
2019-11-20 | Actions to take after repository migration is complete (#8394) | Marc Cornellà | |
* Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository | |||
2019-11-18 | Add Twitter follow badge to README | Marc Cornellà | |
2019-11-17 | Add Discord badge to README | Marc Cornellà | |
2019-10-01 | Update README with up-to-date platform requirements | Marc Cornellà | |
Co-authored-by: Emil Engler <me@emilengler.com> Closes #8157 | |||
2019-07-12 | readme: document oneliner unattended installation command (#7983) | Mark Coleman | |
The original suggestion for an unattended install downloads the installation script to a file, then runs that file with the --unattended argument. The install.sh file would be left behind after the suggested command was run. This change passes the --unattended argument directly into sh. So, it's a nice one-liner like the default installation script, and it doesn't leave a dangling install.sh script. | |||
2019-07-01 | s/might/may | Robby Russell | |
After wandering into a few articles that discuss the difference between might and may...opting for may. | |||
2019-06-03 | installer: add documentation of new installer features to README | Marc Cornellà | |
2019-05-04 | readme: add notice about shell changes (#6288) | Peter Stevenson | |
Add important notice about `chsh -s /bin/zsh` command requiring the user to log out and log back in to see the changes. | |||
2019-04-04 | Introducing a Code of Conduct based on the Contributor Covenant project. ↵ | Robby Russell | |
Adding links from the README and CONTRIBUTING pages to this, too, along with an email address for reporting abusive behavior to. Closes #7733 (#7734) | |||
2019-02-26 | docs: fixed themes link for readme (#7620) | Alec Ge | |
2019-02-25 | Updating Oh My Zsh shop URLs (#7619) | Robby Russell | |
* Updating Oh My Zsh shop URLs Linking directly to the Oh My Zsh inventory vs the top-level store with non-OMZ items. * Updating link to Oh My Zsh products in the install script * Updating link to Oh My Zsh shop products in the upgrade script * Getting rid of 't-' in shirts for now | |||
2018-06-15 | Use https everywhere in the README | Marc Cornellà | |
2018-04-15 | Use HTTPS for manual git clone to avoid MITM (#6043) | Donncha Ó Cearbhaill | |
The git:// transport is completely unauthenticated. An attacker on the local or upstream network can easily man-in-the-middle an oh-my-zsh update and get remote code execution on your system. Only the https:// git transport should be used. |