mirror of https://github.com/ohmyzsh/ohmyzsh.git
Add Oh My Zsh installation instructions!
parent
f5b8f55022
commit
3bcb75063e
6
Home.md
6
Home.md
|
@ -1,7 +1,11 @@
|
||||||
## Welcome to the Oh My Zsh wiki
|
## Welcome to the Oh My Zsh wiki
|
||||||
|
|
||||||
- If you don't have zsh installed, see [[Installing Zsh]].
|
- If you don't have zsh installed, see [[Installing Zsh]].
|
||||||
- Take a look at our [[Themes]] and [[Plugins]] (here's a brief overview: [[Plugins Overview]]).
|
- 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]].
|
- You can find more at [[External themes]] and [[External plugins]].
|
||||||
- Learn about [[Customization]].
|
- Learn about [[Customization]].
|
||||||
- Having problems? Check out the [[FAQ]] for common problems, or the [[Troubleshooting]] page for instructions on how to diagnose the issue.
|
- Having problems? Check out the [[FAQ]] for common problems, or the [[Troubleshooting]] page for instructions on how to diagnose the issue.
|
||||||
|
|
Loading…
Reference in New Issue