Commit Graph

74 Commits

Author SHA1 Message Date
Taekin Kim ef40286483
docs: fix typo (#12339) 2024-04-09 12:18:05 +02:00
Marc Cornellà ec1afe9dd6
feat(git)!: enable async git prompt (now for real)
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-04-03 20:09:19 +02:00
webstar 1cc41576d4
docs(readme): add contributor list (#12236) 2024-03-12 09:43:08 +07:00
Olivia (Zoe) f9993d0c68
docs: document the off-GitHub installation URL (#12079) 2023-12-01 16:06:50 +01:00
Marc Cornellà 1868c15ec6
chore: remove mentions of huntr.dev
huntr.dev has pivoted to ML/AI-only vulnerability reporting, and we are
now already using GitHub's private vulnerability reports.
2023-10-23 13:24:56 +02:00
sattisumasri 6768906d07
chore: change headings in README to Title Case (#11956)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-10-11 20:57:01 +02:00
Marc Cornellà b75b01a309
chore: update README badges 2023-10-08 20:01:46 +02:00
Robby Russell ee857e3acf
Adding operating system compatibility chart 2023-10-08 14:05:03 +02:00
Robby Russell 974055f638
Adding Mastadon and updating X badge 2023-10-08 13:47:16 +02:00
Craig Furman bfeeda1491
docs(theme-and-appearance): fix gnu-ls snippet (#11701) 2023-05-21 12:47:38 +02:00
Carlo Sala aaf83d37aa
docs(theme-and-appearance): reflect properly dcff7a7 changes 2023-05-09 12:10:05 +02:00
Carlo Sala c5208867f1 feat(theme-and-appearance): allow disabling gnu-ls in bsd
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-05-06 13:39:01 +02:00
Marc Cornellà 1ad167dfac
feat(init)!: allow turning off aliases for libs and plugins (#11550)
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-04-03 23:14:36 +02:00
Håvard Bartnes 8f6fbe2389
feat(upgrade): add verbosity settings
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>

Closes #11574
Closes #11579
2023-03-28 12:58:33 +02:00
Robby Russell 1c325de464
Fixing link to PA website in README
Was linking to an old URL
2023-03-07 11:52:38 -08:00
Hazael Sanchez ea4854dba3
feat(directories): add config to skip aliases (#11469)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-02-02 11:30:34 +01:00
Olivia (Zoe) eb00b95d26
chore: minor documentation tweaks (#10853) 2022-04-14 16:31:17 +02:00
Bunyamin Shabanov 0f2715bb45
docs: add Table of Contents to README (#10766)
Co-authored-by: Mohan Sha <mohansha@outlook.com>
2022-03-14 18:09:45 +01:00
Robby Russell 2d3bae965a
Introducing the ANSI logo graphic
Trying this on for size for a while.
2022-02-03 19:07:27 -08:00
Eric 8d02dabbb6
docs(README): Document .pre-oh-my-zsh (#10315) 2021-12-17 16:12:31 -08:00
Marc Cornellà 29b344a710
chore: update security docs and link to huntr.dev 2021-12-07 18:04:33 +01:00
Jonathan Batchelor b2f35a7b98
refactor(osx): Rename osx plugin to macos (#10341)
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-11-05 16:40:38 -07:00
Eric 75fe22b405
docs(README): document new `zstyle` update settings (#10304)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-10-18 19:58:25 +02:00
Piper 6a7285bc5b
chore: fix "Facebook" typo in README.md (#9378) 2021-04-25 19:21:31 +02:00
Marc Cornellà 2657c87f0a Add gitpod integration
Fixes #8212

Co-authored-by: Sean Hellum <seanhellum45@gmail.com>
2020-10-11 21:30:32 +02:00
Marc Cornellà cacf5d0435 Fix image alignment 2020-09-26 13:08:03 +02:00
Marc Cornellà 1be75bbc27 Right-align table in README 2020-09-26 13:07:14 +02:00
Marc Cornellà 671745f496 A few README tweaks 2020-09-26 13:05:31 +02:00
Marc Cornellà bc9d4b89bb Remove racially-charged language from the codebase
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's
removed 2 months from now.
2020-09-18 19:43:44 +02:00
0xflotus 814e0b3c25
docs: fix small typo in README (#9255) 2020-09-14 17:14:14 +02:00
Kirill Suslov c785db621e
Update README with new update command (#9203)
Note: `upgrade_oh_my_zsh` is deprecated. Use `omz update` instead.
2020-08-23 21:52:11 +02:00
Adam G. Emerson 93f8c0686c
docs: add fetch install command for FreeBSD (#9172)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2020-08-20 11:26:39 +02:00
Larson Carter 7afaee858a
Bug and Feature Request Templates + MLH Theme + Readme (#9068)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
Co-authored-by: Bartek Pacia <barpac02@gmail.com>
2020-07-05 17:59:12 +02:00
Marc Cornellà db94f60d34
Change Discord invite URL 2020-06-10 19:32:26 +02:00
Marc Cornellà 9ce7de9f16
Document ZSH_THEME_RANDOM_BLACKLIST setting 2020-03-01 22:53:33 +01:00
Marc Cornellà 498cd722b3
Add git version requirement in documentation 2020-02-29 14:56:37 +01:00
Marc Cornellà 578b086011 Link to Actions page in GitHub Action badge 2020-02-04 13:07:40 +01:00
Marc Cornellà df56d1ee1f Rename GitHub Action to CI 2020-02-04 13:02:20 +01:00
Modded Gamers 64a7f6b388
Create Github Action to run tests (#8569)
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>
2020-01-29 00:22:27 +01:00
Robby Russell cf9aa420d6
Relocating chat/twitter
Moving down below the intro copy so that first content to new-comers is a description of the project
2019-12-27 06:43:43 -08:00
Michal Bultrowicz 671d21ac53 Mention FAQ in the README (#8051) 2019-11-25 18:59:31 +01:00
Marc Cornellà b80b1a1e8b Actions to take after repository migration is complete (#8394)
* Change project URL from robbyrussell to ohmyzsh org

* Update git remote to use ohmyzsh org repository
2019-11-20 17:26:18 -08:00
Marc Cornellà 4888d4ad1a
Add Twitter follow badge to README 2019-11-18 00:07:06 +01:00
Marc Cornellà 2810a37402
Add Discord badge to README 2019-11-17 23:53:42 +01:00
Marc Cornellà a6d71ddadb
Update README with up-to-date platform requirements
Co-authored-by: Emil Engler <me@emilengler.com>
Closes #8157
2019-10-01 21:11:18 +02:00
Mark Coleman 29fb617e6b readme: document oneliner unattended installation command (#7983)
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-12 14:16:00 +02:00
Robby Russell b259cdf7e7
s/might/may
After wandering into a few articles that discuss the difference between might and may...opting for may.
2019-07-01 08:01:24 -07:00
Marc Cornellà c8ac4038cf installer: add documentation of new installer features to README 2019-06-03 17:18:26 +02:00
Peter Stevenson 177d11d30e readme: add notice about shell changes (#6288)
Add important notice about `chsh -s /bin/zsh` command requiring the user to log out and log back in to see the changes.
2019-05-04 18:36:29 +02:00
Robby Russell 4ddb2e384a
Introducing a Code of Conduct based on the Contributor Covenant project. 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-04-04 09:45:00 -07:00