summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2017-11-08 10:46:40 -0800
committerRobby Russell <robby@planetargon.com>2017-11-08 10:46:40 -0800
commit7a7480b987c00bd916e2abf7179f92164ac44362 (patch)
tree9703b5b1744333eb53a4e9b7e1270cd0a1f1552d /README.md
parent85401d481106e4d47709dea0270d5160004d9b30 (diff)
downloadzsh-7a7480b987c00bd916e2abf7179f92164ac44362.tar.gz
zsh-7a7480b987c00bd916e2abf7179f92164ac44362.tar.bz2
zsh-7a7480b987c00bd916e2abf7179f92164ac44362.zip
Updating template and README to list plugins on individual lines vs one long one. Easier scanning for you and me.
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 17 insertions, 5 deletions
diff --git a/README.md b/README.md
index df5ef48be..541f48d40 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ __Oh My Zsh will not make you a 10x developer...but you might 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.
+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](http://ohmyz.sh) and follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter.
@@ -51,10 +51,22 @@ Oh My Zsh comes with a shitload of plugins to take advantage of. You can take a
Once you spot a plugin (or several) that you'd like to use with Oh My Zsh, you'll need to enable them in the `.zshrc` file. You'll find the zshrc file in your `$HOME` directory. Open it with your favorite text editor and you'll see a spot to list all the plugins you want to load.
-For example, this line might begin to look like this:
+```shell
+vi ~/.zshrc
+```
+
+For example, this might begin to look like this:
```shell
-plugins=(git bundler osx rake ruby)
+plugins=(
+ git
+ bundler
+ dotenv
+ osx
+ rake
+ rbenv
+ ruby
+)
```
#### Using Plugins
@@ -69,7 +81,7 @@ We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme
_Robby's theme is the default one. It's not the fanciest one. It's not the simplest one. It's just the right one (for him)._
-Once you find a theme that you want to use, you will need to edit the `~/.zshrc` file. You'll see an environment variable (all caps) in there that looks like:
+Once you find a theme that you'd like to use, you will need to edit the `~/.zshrc` file. You'll see an environment variable (all caps) in there that looks like:
```shell
ZSH_THEME="robbyrussell"
@@ -193,7 +205,7 @@ If you'd like to upgrade at any point in time (maybe someone just released a new
upgrade_oh_my_zsh
```
-Magic!
+Magic! 🎉
## Uninstalling Oh My Zsh