mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-21 23:33:21 +01:00
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
|
||||
|
||||
- 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]].
|
||||
- Learn about [[Customization]].
|
||||
- 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
Block a user