|
@@ -1,18 +1,16 @@
|
|
|
-<p align="center">
|
|
|
- <img src="https://s3.amazonaws.com/ohmyzsh/oh-my-zsh-logo.png" alt="Oh My Zsh">
|
|
|
-</p>
|
|
|
+<center><img src="https://s3.amazonaws.com/ohmyzsh/oh-my-zsh-logo.png" alt="Oh My Zsh"></center>
|
|
|
|
|
|
Oh My Zsh is an open source, community-driven framework for managing your [zsh](https://www.zsh.org/) configuration.
|
|
|
|
|
|
Sounds boring. Let's try again.
|
|
|
|
|
|
-__Oh My Zsh will not make you a 10x developer...but you may feel like one.__
|
|
|
+**Oh My Zsh will not make you a 10x developer...but you may feel like one.**
|
|
|
|
|
|
Once installed, your terminal shell will become the talk of the town _or your money back!_ With each keystroke in your command prompt, you'll take advantage of the hundreds of powerful plugins and beautiful themes. Strangers will come up to you in cafés and ask you, _"that is amazing! are you some sort of genius?"_
|
|
|
|
|
|
Finally, you'll begin to get the sort of attention that you have always felt you deserved. ...or maybe you'll use the time that you're saving to start flossing more often. 😬
|
|
|
|
|
|
-To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter, and/or join us on [Discord](https://discord.gg/ohmyzsh).
|
|
|
+To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter, and join us on [Discord](https://discord.gg/ohmyzsh).
|
|
|
|
|
|
[](https://github.com/ohmyzsh/ohmyzsh/actions?query=workflow%3ACI)
|
|
|
[](https://twitter.com/intent/follow?screen_name=ohmyzsh)
|
|
@@ -22,32 +20,20 @@ To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twi
|
|
|
|
|
|
### Prerequisites
|
|
|
|
|
|
-* A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL2 is preferred, but cygwin or msys also mostly work.
|
|
|
-* [Zsh](https://www.zsh.org) should be installed (v4.3.9 or more recent is fine but we prefer 5.0.8 and newer). If not pre-installed (run `zsh --version` to confirm), check the following wiki instructions here: [Installing ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)
|
|
|
-* `curl` or `wget` should be installed
|
|
|
-* `git` should be installed (recommended v2.4.11 or higher)
|
|
|
+- A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL2 is preferred, but cygwin or msys also mostly work.
|
|
|
+- [Zsh](https://www.zsh.org) should be installed (v4.3.9 or more recent is fine but we prefer 5.0.8 and newer). If not pre-installed (run `zsh --version` to confirm), check the following wiki instructions here: [Installing ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)
|
|
|
+- `curl` or `wget` should be installed
|
|
|
+- `git` should be installed (recommended v2.4.11 or higher)
|
|
|
|
|
|
### Basic Installation
|
|
|
|
|
|
-Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`, whichever is installed on your machine.
|
|
|
+Oh My Zsh is installed by running one of the following commands in your terminal. You can install this via the command-line with either `curl`, `wget` or another similar tool.
|
|
|
|
|
|
-#### via curl
|
|
|
-
|
|
|
-```shell
|
|
|
-sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
|
-```
|
|
|
-
|
|
|
-#### via wget
|
|
|
-
|
|
|
-```shell
|
|
|
-sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
|
-```
|
|
|
-
|
|
|
-#### via fetch
|
|
|
-
|
|
|
-```shell
|
|
|
-sh -c "$(fetch -o - https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
|
-```
|
|
|
+| 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)"` |
|
|
|
|
|
|
#### Manual inspection
|
|
|
|
|
@@ -56,7 +42,7 @@ that by downloading the install script first, looking through it so everything l
|
|
|
then running it:
|
|
|
|
|
|
```shell
|
|
|
-curl -Lo install.sh https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
|
|
|
+wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
|
|
|
sh install.sh
|
|
|
```
|
|
|
|
|
@@ -125,7 +111,6 @@ In case you did not find a suitable theme for your needs, please have a look at
|
|
|
|
|
|
If you're feeling feisty, you can let the computer select one randomly for you each time you open a new terminal window.
|
|
|
|
|
|
-
|
|
|
```shell
|
|
|
ZSH_THEME="random" # (...please let it be pie... please be some pie..)
|
|
|
```
|
|
@@ -205,13 +190,13 @@ REPO=apjanke/oh-my-zsh BRANCH=edge sh install.sh
|
|
|
|
|
|
#### Manual Installation
|
|
|
|
|
|
-##### 1. Clone the repository:
|
|
|
+##### 1. Clone the repository
|
|
|
|
|
|
```shell
|
|
|
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
|
|
|
```
|
|
|
|
|
|
-##### 2. *Optionally*, backup your existing `~/.zshrc` file:
|
|
|
+##### 2. *Optionally*, backup your existing `~/.zshrc` file
|
|
|
|
|
|
```shell
|
|
|
cp ~/.zshrc ~/.zshrc.orig
|
|
@@ -241,9 +226,9 @@ Once you open up a new terminal window, it should load zsh with Oh My Zsh's conf
|
|
|
|
|
|
If you have any hiccups installing, here are a few common fixes.
|
|
|
|
|
|
-* You _might_ need to modify your `PATH` in `~/.zshrc` if you're not able to find some commands after
|
|
|
+- You _might_ need to modify your `PATH` in `~/.zshrc` if you're not able to find some commands after
|
|
|
switching to `oh-my-zsh`.
|
|
|
-* If you installed manually or changed the install location, check the `ZSH` environment variable in
|
|
|
+- If you installed manually or changed the install location, check the `ZSH` environment variable in
|
|
|
`~/.zshrc`.
|
|
|
|
|
|
### Custom Plugins and Themes
|
|
@@ -306,12 +291,12 @@ Thank you so much!
|
|
|
|
|
|
## Follow Us
|
|
|
|
|
|
-We're on the social media.
|
|
|
+We're on social media:
|
|
|
|
|
|
-* [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter. You should follow it.
|
|
|
-* [FaceBook](https://www.facebook.com/Oh-My-Zsh-296616263819290/) poke us.
|
|
|
-* [Instagram](https://www.instagram.com/_ohmyzsh/) tag us in your post showing Oh My Zsh!
|
|
|
-* [Discord](https://discord.gg/ohmyzsh) to chat with us!
|
|
|
+- [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter. You should follow it.
|
|
|
+- [FaceBook](https://www.facebook.com/Oh-My-Zsh-296616263819290/) poke us.
|
|
|
+- [Instagram](https://www.instagram.com/_ohmyzsh/) tag us in your post showing Oh My Zsh!
|
|
|
+- [Discord](https://discord.gg/ohmyzsh) to chat with us!
|
|
|
|
|
|
## Merchandise
|
|
|
|