8000 upate · flexbox/github-bootcamp@3f345b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f345b3

Browse files
committed
upate
1 parent 9003203 commit 3f345b3

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

setup/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,14 @@ brew install --cask iterm2
6060

6161
![iterm2 custom colors](./iterm-change-colors.png)
6262

63-
you can select a color scheme from the list or [import a custom one](https://iterm2colorschemes.com/).
63+
You can select a color scheme from the list or [import a custom one](https://iterm2colorschemes.com/).
6464

6565
### `oh-my-zsh`
6666

6767
Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes, and a few things that make you shout...
6868

6969
![oh-my-zsh](https://ohmyz.sh/img/themes/mh.jpg)
7070

71-
7271
<details><summary>macOS</summary>
7372
<p>
7473

@@ -81,15 +80,15 @@ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.
8180
</p>
8281
</details>
8382

84-
<details><summary>linux and windows</summary>
83+
<details><summary>Linux and windows</summary>
8584
<p>
8685

8786
[Installing ZSH wiki](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH)
8887

8988
</p>
9089
</details>
9190

92-
#### Changing theme
91+
#### [Changing theme](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes)
9392

9493
```console
9594
omz theme list
@@ -100,15 +99,15 @@ omz theme set THEME_NAME
10099

101100
ZSH allows you to extend built-in functionality by adding plugins.
102101

102+
To enable a plugin, you need to list it in your `.zshrc` file and then enable it.
103+
103104
```console
104105
omz plugin list
105106
omz plugin enable PLUGIN_NAME
106107
omz plugin disable PLUGIN_NAME
107108
```
108109

109-
https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins
110-
111-
To enable a plugin, open your `.zshrc` file and add these:
110+
Here is an example of a `.zshrc` file with some useful plugins I use:
112111

113112
```console
114113
# Useful oh-my-zsh plugins

0 commit comments

Comments
 (0)
0