0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Add Oh My Zsh installation instructions!

Johnny Walker 2020-10-10 13:08:40 +01:00
parent f5b8f55022
commit 3bcb75063e

@ -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.