mirror of https://github.com/ohmyzsh/ohmyzsh.git
Add Resources
parent
776c78e3bf
commit
f687031ec5
|
@ -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]]
|
* [[Themes]]
|
||||||
* [[Cheatsheet]]
|
* [[Cheatsheet]]
|
||||||
* [[Customization]]
|
* [[Customization]]
|
||||||
|
* [[Resources]]
|
||||||
* [[Troubleshooting]]
|
* [[Troubleshooting]]
|
||||||
* **Community**
|
* **Community**
|
||||||
* [[Articles]]
|
* [[Articles]]
|
||||||
|
|
Loading…
Reference in New Issue