mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-25 01:03:41 +01:00
Updated Home (markdown)
parent
e2742622a6
commit
52dd733c0f
28
Home.md
28
Home.md
@ -1,27 +1 @@
|
||||
## Welcome to the Oh My Zsh wiki
|
||||
|
||||
- If you don't have zsh installed, see [[Installing Zsh]].
|
||||
- Once you have zsh, you can install Oh My Zsh, by simply running one of these commands:
|
||||
|
||||
| Method | Command |
|
||||
|:----------|:--------------------------------------------------------------------------------------------------|
|
||||
| **curl** | `sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
|
||||
| **wget** | `sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
|
||||
| **fetch** | `sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"` |
|
||||
|
||||
- Once installed, take a look at our [[Themes]] and [[Plugins]] (here's a brief overview: [[Plugins Overview]]).
|
||||
- You can find more at [[External themes]] and [[External plugins]].
|
||||
- Learn about [[Customization]].
|
||||
- Having problems? Check out the [[FAQ]] for common problems, or the [[Troubleshooting]] page for instructions on how to diagnose the issue.
|
||||
- And don't forget to [follow us on twitter](http://twitter.com/ohmyzsh)!
|
||||
|
||||
## Help Wanted
|
||||
|
||||
- Help us build the [[Cheatsheet]]
|
||||
- Want to contribute? Check out our [[Code Style Guide]] and [[Design]] guidelines and start hacking away!
|
||||
- We need [[Volunteers]]
|
||||
|
||||
## Community
|
||||
|
||||
- Read our user [[Testimonials]].
|
||||
- [[Articles]] Have you written a blog post/article that mentions Oh My Zsh?
|
||||
Thanks
|
Loading…
Reference in New Issue
Block a user