Add Resources

Marc Cornellà 2021-12-16 21:34:37 +01:00
parent 776c78e3bf
commit f687031ec5
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B
2 changed files with 55 additions and 0 deletions

54
Resources.md Normal file

@ -0,0 +1,54 @@
### These are a few resources for Oh My Zsh
- [**README**](https://github.com/ohmyzsh/ohmyzsh#readme): contains most of the stuff you need to start.
- [**Wiki**](https://github.com/ohmyzsh/ohmyzsh/wiki): for more in-depth knowledge about the project. It has many sections so check it out if you can't find what you're looking for.
- [**FAQ**](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ): some definitions and solutions to common problems.
- [**Settings**](https://github.com/ohmyzsh/ohmyzsh/wiki/Settings): core Oh My Zsh settings are explained here. For settings for a particular plugin, see the plugin README.
- [**Plugins**](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins): a list of all the current plugins, with a link to each plugin's README.
- [**Themes**](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes): a list of all the available plugins with screenshots!
- [**Contributing guide**](https://github.com/ohmyzsh/ohmyzsh/blob/master/CONTRIBUTING.md): if you want to contribute, read this before you start!
### If you want to learn more about Zsh
- [**Zsh Home**](https://zsh.sourceforge.io): contains links to many different Zsh resources.
- [**FAQ**](https://zsh.sourceforge.io/FAQ/): the Zsh project also has an FAQ.
- [**Guide**](https://zsh.sourceforge.io/Guide/zshguide.html): an overview of Zsh for beginners. Kind of like a Getting started guide.
- [**Docs**](https://zsh.sourceforge.io/Doc/Release/zsh_toc.html): this contains more advanced information about Zsh.
- [**Zsh Mailing List**](https://zsh.org/mla/): the project has a mailing list where most of the stuff happens.
**The `zsh-users` list is for asking questions as a user; the `zsh-workers` list is for asking questions as a
developer of Zsh code**.
I recommend joining the `zsh-workers` list and periodically reading the emails to push your knowledge further,
even if sometimes you don't understand what you're reading. You can also use it to search if your question
has already been answered by adding `site:https://zsh.org/mla` to your Google search.
- [**IRC**](https://zsh.sourceforge.io/Arc/irc.html): even though most of the stuff happens in the mailing list,
you can try asking questions in IRC if you need immediate feedback. You can also use the #zsh channel of this server.
- **`man` pages and `info`**: you can browse the Zsh man pages (`man zsh`) or the `info zsh` guide. These are
equivalent to searching the Docs website, but you might be more comfortable doing it from the command line.
### Social media
We post announcements, polls and some other stuff on:
- Twitter: https://twitter.com/ohmyzsh
- Discord: https://discord.gg/ohmyzsh
### Merchandising and sponsorship
We're an open source project and always in need of funding, so you can show your support by:
- [Buying cool swag](https://shop.planetargon.com/collections/oh-my-zsh?utm_source=ohmyzsh-wiki).
- Sponsoring us: click on the Sponsor button on the top right of this page!

@ -8,6 +8,7 @@
* [[Themes]]
* [[Cheatsheet]]
* [[Customization]]
* [[Resources]]
* [[Troubleshooting]]
* **Community**
* [[Articles]]