summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-10-20chore: fix note block in READMEMarc Cornellà
2024-10-08feat(git): add escape hatch to enable async promptCarlo Sala
2024-10-08style: run prettier on main READMECarlo Sala
2024-08-15docs: document disclaimer about theme appearanceMarc Cornellà
2024-07-30chore: fix ordering of sections in READMEMarc Cornellà
2024-07-03chore: replace all instances of twitter with XCarlo Sala
Closes #12536
2024-07-02docs: rename twitter to X, fix link (#12532)Ihor
2024-06-04docs: reword alternative installer mirror (#12474)K.B.Dharun Krishna
2024-04-09docs: fix typo (#12339)Taekin Kim
2024-04-03feat(git)!: enable async git prompt (now for real)Marc Cornellà
BREAKING CHANGE: the new async prompt feature will render prompt information asyncronously and degrade nicely when the calls take too long to finish, as the prompt will already be first drawn and interactive. This is enabled by default for the git prompt and themes that use it (`git_prompt_info`). If you find that it's not working for you, please open an issue if one is not already opened, and see https://github.com/ohmyzsh/ohmyzsh#disable-async-git-prompt for how to turn it off.
2024-03-12docs(readme): add contributor list (#12236)webstar
2023-12-01docs: document the off-GitHub installation URL (#12079)Olivia (Zoe)
2023-10-23chore: remove mentions of huntr.devMarc Cornellà
huntr.dev has pivoted to ML/AI-only vulnerability reporting, and we are now already using GitHub's private vulnerability reports.
2023-10-11chore: change headings in README to Title Case (#11956)sattisumasri
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-10-08chore: update README badgesMarc Cornellà
2023-10-08Adding operating system compatibility chartRobby Russell
2023-10-08Adding Mastadon and updating X badgeRobby Russell
2023-05-21docs(theme-and-appearance): fix gnu-ls snippet (#11701)Craig Furman
2023-05-09docs(theme-and-appearance): reflect properly dcff7a7 changesCarlo Sala
2023-05-06feat(theme-and-appearance): allow disabling gnu-ls in bsdCarlo 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-03feat(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-28feat(upgrade): add verbosity settingsHåvard Bartnes
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11574 Closes #11579
2023-03-07Fixing link to PA website in READMERobby Russell
Was linking to an old URL
2023-02-02feat(directories): add config to skip aliases (#11469)Hazael Sanchez
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2022-04-14chore: minor documentation tweaks (#10853)Olivia (Zoe)
2022-03-14docs: add Table of Contents to README (#10766)Bunyamin Shabanov
Co-authored-by: Mohan Sha <mohansha@outlook.com>
2022-02-03Introducing the ANSI logo graphicRobby Russell
Trying this on for size for a while.
2021-12-17docs(README): Document .pre-oh-my-zsh (#10315)Eric
2021-12-07chore: update security docs and link to huntr.devMarc Cornellà
2021-11-05refactor(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-18docs(README): document new `zstyle` update settings (#10304)Eric
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-04-25chore: fix "Facebook" typo in README.md (#9378)Piper
2020-10-11Add gitpod integrationMarc Cornellà
Fixes #8212 Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
2020-09-26Fix image alignmentMarc Cornellà
2020-09-26Right-align table in READMEMarc Cornellà
2020-09-26A few README tweaksMarc Cornellà
2020-09-18Remove racially-charged language from the codebaseMarc Cornellà
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now.
2020-09-14docs: fix small typo in README (#9255)0xflotus
2020-08-23Update README with new update command (#9203)Kirill Suslov
Note: `upgrade_oh_my_zsh` is deprecated. Use `omz update` instead.
2020-08-20docs: add fetch install command for FreeBSD (#9172)Adam G. Emerson
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-07-05Bug 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-10Change Discord invite URLMarc Cornellà
2020-03-01Document ZSH_THEME_RANDOM_BLACKLIST settingMarc Cornellà
2020-02-29Add git version requirement in documentationMarc Cornellà
2020-02-04Link to Actions page in GitHub Action badgeMarc Cornellà
2020-02-04Rename GitHub Action to CIMarc Cornellà
2020-01-29Create 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-27Relocating chat/twitterRobby Russell
Moving down below the intro copy so that first content to new-comers is a description of the project
2019-11-25Mention FAQ in the README (#8051)Michal Bultrowicz
2019-11-20Actions 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