mirror of https://github.com/ohmyzsh/ohmyzsh.git
revert vandalism
parent
1893ca445c
commit
497971c1ae
24
Home.md
24
Home.md
|
@ -1 +1,23 @@
|
|||
[<img src="https://i.imgur.com/fnWaPff.png">](https://discord.gg/pYQ4Ezn7Ad)
|
||||
## Welcome to the Oh My Zsh wiki [<img src="https://i.imgur.com/fnWaPff.png">](https://discord.gg/pYQ4Ezn7Ad)
|
||||
|
||||
- If you don't have zsh installed, see [[Installing Zsh]].
|
||||
- Once you have zsh, you can install Oh My Zsh, by simply running the command line:
|
||||
`sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"`
|
||||
Or using wget:
|
||||
`sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"`
|
||||
- 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?
|
Loading…
Reference in New Issue